Update of /cvsroot/javaprofiler/library/src/cpu
In directory usw-pr-cvs1:/tmp/cvs-serv6750/src/cpu
Modified Files:
cpuStatData.h
Log Message:
documentation to IProf interface added
Index: cpuStatData.h
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/cpu/cpuStatData.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** cpuStatData.h 2001/09/02 20:14:21 1.6
--- cpuStatData.h 2001/09/23 16:50:15 1.7
***************
*** 49,53 ****
public:
! /// pure time consumed (time spend in callees is excluded)
jlong pureTime;
--- 49,53 ----
public:
! /// pure time consumed (time spent in callees is excluded)
jlong pureTime;
|