From: Petr L. <lu...@us...> - 2002-03-22 21:21:27
|
Update of /cvsroot/javaprofiler/library In directory usw-pr-cvs1:/tmp/cvs-serv19266 Modified Files: README Log Message: *_line, options added Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/README,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** README 10 Feb 2002 18:36:13 -0000 1.36 --- README 22 Mar 2002 21:21:23 -0000 1.37 *************** *** 380,383 **** --- 380,387 ---- default: on + alloc_line {on|off} frame line numbers + in trace distinguished + default: on + cpu {on|off} turn cpu profiling on/off default: on *************** *** 405,411 **** --- 409,423 ---- default: on + cpu_line {on|off} frame line numbers + in trace distinguished + default: on + cpu_calltree {on|off} cpu calltree build default: on + cpu_calltree_line {on|off} line numbers of method + calls distinguished + default: off + mon {on|off} turn monitor profiling on/off default: on *************** *** 425,428 **** --- 437,444 ---- mon_thread {on|off} monitor profiling data distinguished to Java threads + default: on + + mon_line {on|off} frame line numbers + in trace distinguished default: on |