| Interface | Description |
|---|---|
| TraceReader |
A reader to an access trace.
|
| TraceReader.KeyOnlyTraceReader |
A trace reader that that does not contain external event metadata.
|
| TraceWriter |
A writer to output to an access trace format.
|
| Class | Description |
|---|---|
| AbstractTraceReader |
A skeletal implementation that reads the trace files into a data stream.
|
| BinaryTraceReader |
A skeletal implementation that reads the trace file as binary data.
|
| Rewriter |
A simple utility to rewrite traces for into the format used by other simulators.
|
| TextTraceReader |
A skeletal implementation that reads the trace file line by line as textual data.
|
| TextTraceWriter |
A skeletal implementation that writes to the trace file as textual data.
|
| Enum | Description |
|---|---|
| OutputFormat |
The trace output format.
|
| TraceFormat |
The trace file formats.
|