Update of /cvsroot/javaprofiler/test/snapshot
In directory usw-pr-cvs1:/tmp/cvs-serv2970
Modified Files:
TestSnap.java PrintSnap.java
Log Message:
You can choose not to include Types or CPU/Mon/Alloc Threads/Traces
Index: TestSnap.java
===================================================================
RCS file: /cvsroot/javaprofiler/test/snapshot/TestSnap.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** TestSnap.java 4 Mar 2002 00:14:09 -0000 1.3
--- TestSnap.java 6 Mar 2002 17:47:52 -0000 1.4
***************
*** 61,66 ****
conf.withArenas = true;
conf.withGC = true;
! conf.withTraces = true;
! conf.withThreads = true;
//only traces with more hits than this will be extracted
conf.CPUTraces_MinVal = IProf.NO_OPTIONAL_ARG; //2;
--- 61,72 ----
conf.withArenas = true;
conf.withGC = true;
! conf.withCPUTraces = true;
! conf.withMonTraces = true;
! conf.withAllocTraces = true;
! conf.withCPUThreads = true;
! conf.withMonThreads = true;
! conf.withAllocThreads = true;
! conf.withTypes = true;
! conf.withCallTree = true;
//only traces with more hits than this will be extracted
conf.CPUTraces_MinVal = IProf.NO_OPTIONAL_ARG; //2;
Index: PrintSnap.java
===================================================================
RCS file: /cvsroot/javaprofiler/test/snapshot/PrintSnap.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** PrintSnap.java 4 Mar 2002 00:14:09 -0000 1.4
--- PrintSnap.java 6 Mar 2002 17:47:52 -0000 1.5
***************
*** 61,66 ****
conf.withArenas = true;
conf.withGC = true;
! conf.withTraces = true;
! conf.withThreads = true;
//only traces with more hits than this will be extracted
conf.CPUTraces_MinVal = IProf.NO_OPTIONAL_ARG; //2;
--- 61,72 ----
conf.withArenas = true;
conf.withGC = true;
! conf.withCPUTraces = true;
! conf.withMonTraces = true;
! conf.withAllocTraces = true;
! conf.withCPUThreads = true;
! conf.withMonThreads = true;
! conf.withAllocThreads = true;
! conf.withTypes = true;
! conf.withCallTree = true;
//only traces with more hits than this will be extracted
conf.CPUTraces_MinVal = IProf.NO_OPTIONAL_ARG; //2;
|