Update of /cvsroot/javaprofiler/library
In directory usw-pr-cvs1:/tmp/cvs-serv5925
Modified Files:
README
Log Message:
fixes;
calltree implementation (for exact cpu profiling)
Index: README
===================================================================
RCS file: /cvsroot/javaprofiler/library/README,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** README 31 Jan 2002 12:30:59 -0000 1.35
--- README 10 Feb 2002 18:36:13 -0000 1.36
***************
*** 405,408 ****
--- 405,411 ----
default: on
+ cpu_calltree {on|off} cpu calltree build
+ default: on
+
mon {on|off} turn monitor profiling on/off
default: on
|