|
From: Petr L. <lu...@us...> - 2001-08-24 17:54:08
|
Update of /cvsroot/javaprofiler/library/src/alloc In directory usw-pr-cvs1:/tmp/cvs-serv4667/alloc Modified Files: allocTrace.h Log Message: Monitor profiling Index: allocTrace.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/alloc/allocTrace.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** allocTrace.h 2001/08/05 01:37:10 1.16 --- allocTrace.h 2001/08/24 17:54:04 1.17 *************** *** 5,9 **** ** a descendant of Trace class. It is used in memory ** profiling. We decided to use different traces ! ** for memory and for cpu profiling, because it should ** be an option to have different granularity of traces ** (their trace frame stack depth) for each type of profiling. --- 5,9 ---- ** a descendant of Trace class. It is used in memory ** profiling. We decided to use different traces ! ** for memory, cpu and monitor profiling, because it should ** be an option to have different granularity of traces ** (their trace frame stack depth) for each type of profiling. |