![]() |
Simutrace
3.2.2
Simulation Tracing Framework
|
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. | |
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.