Files
gem5/src/sim
Andreas Hansson 11ab30fa5a base: Add wrapped protobuf output streams
This patch adds support for outputting protobuf messages through a
ProtoOutputStream which hides the internal streams used by the
library. The stream is created based on the name of an output file and
optionally includes compression using gzip.

The output stream will start by putting a magic number in the file,
and then for every message that is serialized prepend the size such
that the stream can be written and read incrementally. At this point
this merely serves as a proof of concept.
2013-01-07 13:05:37 -05:00
..
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2012-11-16 10:27:47 -06:00
2011-11-02 02:11:14 -07:00