|
From: Marek P. <ma...@us...> - 2001-08-27 20:41:52
|
Update of /cvsroot/javaprofiler/library
In directory usw-pr-cvs1:/tmp/cvs-serv12581
Modified Files:
README
Log Message:
documentation changed
Index: README
===================================================================
RCS file: /cvsroot/javaprofiler/library/README,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** README 2001/08/25 10:14:19 1.19
--- README 2001/08/27 20:41:47 1.20
***************
*** 265,269 ****
Argument Value Description
! --------------------------------------------------------------------
alloc {on|off} turns memory profiling on/off
--- 265,269 ----
Argument Value Description
! -----------------------------------------------------------------------
alloc {on|off} turns memory profiling on/off
***************
*** 309,312 ****
--- 309,331 ----
cpu_thread {on|off} cpu profiling data
+ distinguished to Java threads
+ default: on
+
+ mon {on|off} turn monitor profiling on/off
+ default: on
+
+ mon_level {method|trace} monitor profiling
+ granularity level
+ default: trace
+
+ method ... low (fast)
+ trace ... high (slow)
+
+ mon_trace_depth [positive number] maximum nuber of frames
+ in a trace;
+ used when mon_level=trace
+ default: 2
+
+ mon_thread {on|off} monitor profiling data
distinguished to Java threads
default: on
|