Update of /cvsroot/javaprofiler/library/src/gc
In directory usw-pr-cvs1:/tmp/cvs-serv17399/src/gc
Modified Files:
gc.h
Log Message:
fixes
date represented in milliseconds since 1.1.1970
gc start/end times, thread start/end times
Index: gc.h
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/gc/gc.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** gc.h 21 Nov 2001 22:31:43 -0000 1.12
--- gc.h 17 Jul 2002 22:05:56 -0000 1.13
***************
*** 64,71 ****
/// time when GC started
! time_t startTime;
/// time when GC finished
! time_t endTime;
public:
--- 64,71 ----
/// time when GC started
! jlong startTime;
/// time when GC finished
! jlong endTime;
public:
|