Update of /cvsroot/javaprofiler/library/src/commun
In directory usw-pr-cvs1:/tmp/cvs-serv25109/src/commun
Modified Files:
iprof.cpp
Log Message:
verbose messages added
new "verbose={on|off}" command-line argument
Index: iprof.cpp
===================================================================
RCS file: /cvsroot/javaprofiler/library/src/commun/iprof.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** iprof.cpp 15 Apr 2002 21:04:17 -0000 1.16
--- iprof.cpp 15 Jul 2002 21:55:11 -0000 1.17
***************
*** 67,72 ****
_commun = new CommunSocket( setup.com.connectMode,
! setup.com.hostname,
! setup.com.port);
else _commun = new CommunShMem( setup.com.shmemId, setup.com.shmemSize);
--- 67,72 ----
_commun = new CommunSocket( setup.com.connectMode,
! setup.com.hostname,
! setup.com.port);
else _commun = new CommunShMem( setup.com.shmemId, setup.com.shmemSize);
***************
*** 118,122 ****
firstTime = 0;
}
! else {
buf.clear();
--- 118,122 ----
firstTime = 0;
}
! else {
buf.clear();
|