From: Marek P. <ma...@us...> - 2001-09-18 22:19:32
|
Update of /cvsroot/javaprofiler/library/src/commun In directory usw-pr-cvs1:/tmp/cvs-serv18629/src/commun Modified Files: binaryFormat.h statDataModification.h Log Message: changes in doc Index: binaryFormat.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/commun/binaryFormat.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** binaryFormat.h 2001/09/02 20:14:21 1.3 --- binaryFormat.h 2001/09/18 22:19:28 1.4 *************** *** 38,45 **** /** Statistic data binary format. Each class ** which has statistic data must be inherited from ! ** this class. Nowadays there are two classes with ! ** statistic data: AllocStatData and CpuStatData. ! ** Other classes are inhereted from at least one ! ** of these. ** ** @see InfoBinaryFormat, AllocStatData, CpuStatData --- 38,44 ---- /** Statistic data binary format. Each class ** which has statistic data must be inherited from ! ** this class. Nowadays there are three classes with ! ** statistic data: AllocStatData, CpuStatData and MonStatData. ! ** Other classes are inhereted from at least one of these. ** ** @see InfoBinaryFormat, AllocStatData, CpuStatData Index: statDataModification.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/commun/statDataModification.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** statDataModification.h 2001/09/02 20:14:21 1.3 --- statDataModification.h 2001/09/18 22:19:28 1.4 *************** *** 39,43 **** ** for indication of change of statistics. ** ! ** @see AllocStatData, CpuStatData ** ** @author Marek Przeczek */ --- 39,43 ---- ** for indication of change of statistics. ** ! ** @see AllocStatData, CpuStatData, MonStatData ** ** @author Marek Przeczek */ |