trick/trick_source/sim_services/DataRecord
Alex Lin 903ff05960 data record buffering optimizations
Added a loop to set each 1024th byte in the recording array to 1 once the
memory has been allocated.  Need to test if this is good enough to get Linux
to allocate the memory.

Added a current recording buffer pointer to use instead of using array offsets.
This should be more cpu cache efficient.

Changed the memcpy calls to direct casted integer assignments based on the size of the
parameter.  If the parameter is not size 1,2,4,or 8 we fall back to a memcpy.

refs #155
2016-01-14 08:31:13 -06:00
..
docs Standardize directory names 2015-06-09 08:44:42 -05:00
data_record_utilities.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
DataRecordDispatcher.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
DataRecordGroup.cpp data record buffering optimizations 2016-01-14 08:31:13 -06:00
DRAscii.cpp data record buffering optimizations 2016-01-14 08:31:13 -06:00
DRBinary.cpp data record buffering optimizations 2016-01-14 08:31:13 -06:00
DRHDF5.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile_deps Standardize directory names 2015-06-09 08:44:42 -05:00