Files
pvData/test/testLinkedListAux
Marty Kraimer 3a00b879ee Added a new method to PVDataCreate that allows a PVStructure to be created from a PVField array where the elements have a null parent.
PVField::message was changed to pass the message to the top level field adding the field name at each level.
2011-04-15 14:21:55 -04:00

21 lines
564 B
Plaintext

Time test
diff 29.094910 milliSeconds
time per iteration 29.094910 microseconds
time per addTail/removeHead 0.014547 microseconds
Time test locked
diff 205.944899 milliSeconds
time per iteration 205.944899 microseconds
time per addTail/removeHead 0.102972 microseconds
Time std::list test
diff 656.960080 milliSeconds
time per iteration 656.960080 microseconds
time per addTail/removeHead 0.328480 microseconds
Time std::list test locked
diff 824.135585 milliSeconds
time per iteration 824.135585 microseconds
time per addTail/removeHead 0.412068 microseconds