minor changes to tests

This commit is contained in:
Marty Kraimer
2011-09-22 08:16:14 -04:00
parent f25177d612
commit 99f6fc13db
12 changed files with 30 additions and 31 deletions

View File

@@ -24,7 +24,6 @@
# define INSTALL_LOCATION here
#INSTALL_LOCATION=<fullpathname>
USR_INCLUDES += -I/usr/include/boost/tr1
INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv
USR_INCLUDES += -I $(INSTALL_LOCATION)/include

View File

@@ -1,5 +1,5 @@
--- testBaseExceptionGold 2011-04-27 13:11:55.000000000 -0400
+++ testBaseException 2011-08-30 09:31:21.000000000 -0400
+++ testBaseException 2011-09-22 08:15:26.000000000 -0400
@@ -1,37 +1,46 @@
+
+

View File

@@ -1,20 +1,20 @@
Time test
diff 22.284825 milliSeconds
time per iteration 22.284825 microseconds
time per addTail/removeHead 0.011142 microseconds
diff 25.975918 milliSeconds
time per iteration 25.975918 microseconds
time per addTail/removeHead 0.012988 microseconds
Time test locked
diff 204.476572 milliSeconds
time per iteration 204.476572 microseconds
time per addTail/removeHead 0.102238 microseconds
diff 180.990311 milliSeconds
time per iteration 180.990311 microseconds
time per addTail/removeHead 0.090495 microseconds
Time std::list test
diff 629.578567 milliSeconds
time per iteration 629.578567 microseconds
time per addTail/removeHead 0.314789 microseconds
diff 634.817044 milliSeconds
time per iteration 634.817044 microseconds
time per addTail/removeHead 0.317409 microseconds
Time std::list test locked
diff 784.572710 milliSeconds
time per iteration 784.572710 microseconds
time per addTail/removeHead 0.392286 microseconds
diff 801.805946 milliSeconds
time per iteration 801.805946 microseconds
time per addTail/removeHead 0.400903 microseconds

View File

@@ -1 +1 @@
2011.06.07 07:20:33 714092060 nanoSeconds isDst true
2011.09.22 08:15:32 297500698 nanoSeconds isDst true

View File

@@ -1 +1 @@
time per call 0.007466 microseconds
time per call 35.942059 microseconds

View File

@@ -1,5 +1,5 @@
current 1307445632 825675237 milliSec 1307445632825
2011.06.07 07:20:32 825675237 nanoSeconds isDst true
current 1316693731 343782420 milliSec 1316693731343
2011.09.22 08:15:31 343782420 nanoSeconds isDst true
fromTime_t
current 1307445632 0 milliSec 1307445632000
2011.06.07 07:20:32 0 nanoSeconds isDst true
current 1316693731 0 milliSec 1316693731000
2011.09.22 08:15:31 0 nanoSeconds isDst true

View File

@@ -1,6 +1,6 @@
one requested 0.400000 diff 0.400240 seconds
two requested 0.200000 diff 0.200201 seconds
one requested 0.200000 diff 0.200203 seconds
two requested 0.400000 diff 0.400185 seconds
one requested 0.000000 diff 0.000028 seconds
two requested 0.000000 diff 0.000075 seconds
one requested 0.400000 diff 0.400292 seconds
two requested 0.200000 diff 0.200304 seconds
one requested 0.200000 diff 0.200222 seconds
two requested 0.400000 diff 0.400264 seconds
one requested 0.000000 diff 0.000075 seconds
two requested 0.000000 diff 0.000100 seconds

View File

@@ -148,7 +148,7 @@ int main(int argc,char *argv[])
testSimpleStructure(fd);
testStructureArray(fd);
epicsExitCallAtExits();
CDRMonitor::get().show(fd);
CDRMonitor::get().show(fd,true);
return(0);
}

View File

@@ -145,7 +145,7 @@ int main(int argc,char *argv[])
testAppendMore(fd);
testAppends(fd);
epicsExitCallAtExits();
CDRMonitor::get().show(fd);
CDRMonitor::get().show(fd,true);
return(0);
}

View File

@@ -94,7 +94,7 @@ int main(int argc,char *argv[])
convert = getConvert();
testPVAuxInfo(fd);
epicsExitCallAtExits();
CDRMonitor::get().show(fd);
CDRMonitor::get().show(fd,true);
return(0);
}

View File

@@ -301,7 +301,7 @@ int main(int argc,char *argv[])
testPVScalar(fd);
testScalarArray(fd);
epicsExitCallAtExits();
CDRMonitor::get().show(fd);
CDRMonitor::get().show(fd,true);
return(0);
}

View File

@@ -81,7 +81,7 @@ int main(int argc,char *argv[])
standardPVField = getStandardPVField();
testPowerSupplyArray(fd);
epicsExitCallAtExits();
CDRMonitor::get().show(fd);
CDRMonitor::get().show(fd,true);
return(0);
}