Simutrace 3.2.2
Simulation Tracing Framework
StreamRangeInformation Union Reference

Describes data ranges in a stream. More...

#include <SimuStorTypes.h>

Data Fields

uint64_t startIndex
 Index of the first entry.
 
uint64_t endIndex
 Index of the last entry.
 
CycleCount startCycle
 Simulation time of the first entry.
 
CycleCount endCycle
 Simulation time of the last entry.
 
Timestamp startTime
 Wall clock time at the allocation of the range in the server during recording.
 
Timestamp endTime
 Wall clock time at the start of the processing by the server.
 

Detailed Description

The entries in a stream or stream segment cover ranges of certain properties, for example a time span. Simutrace builds indices over these ranges to allow the user to search for supplied points (e.g., a certain point in simulation time) when reading trace data. This structure contains all ranges that Simutrace uses for index generation.

Since
3.0

The documentation for this union was generated from the following file:
Karlsruhe Institute of Technology (KIT)
Operating Systems Group

http://simutrace.org
Generated by doxygen 1.8.10
Marc Rittinghaus