Update of /cvsroot/javaprofiler/library/src/commun
In directory usw-pr-cvs1:/tmp/cvs-serv4699/src/commun
Modified Files:
iprof.h
Log Message:
thread's start/finish time added
Index: iprof.h
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/commun/iprof.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** iprof.h 15 Apr 2002 21:04:17 -0000 1.18
--- iprof.h 25 May 2002 00:05:05 -0000 1.19
***************
*** 70,74 ****
/// version number of communication interface
! INTERFACE_VERSION_NUMBER = 1,
/// number of methods of the interface
--- 70,74 ----
/// version number of communication interface
! INTERFACE_VERSION_NUMBER = 2,
/// number of methods of the interface
|