From: Marek P. <ma...@us...> - 2001-11-21 22:47:25
|
Update of /cvsroot/javaprofiler/library/demo/02 In directory usw-pr-cvs1:/tmp/cvs-serv17565/demo/02 Modified Files: README Log Message: Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/demo/02/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** README 2001/11/21 22:31:52 1.1 --- README 2001/11/21 22:47:16 1.2 *************** *** 1,4 **** Same demo program as in 01/ subdirectory. The difference is in how information ! about classes and methods are sent. In previous example (01), information about specific object (eg. class name, method name etc. not statistic data) was requested by special IProf::getInfo() method, which is a bit slow if you --- 1,4 ---- Same demo program as in 01/ subdirectory. The difference is in how information ! about classes and methods is sent. In previous example (01), information about specific object (eg. class name, method name etc. not statistic data) was requested by special IProf::getInfo() method, which is a bit slow if you |