Represents the data collected by the profiler for all the threads for a single frame. More...
Public Member Functions | |
ProfilerContextData | Clone () |
Clones the profiler context data. More... | |
Public Attributes | |
int | Frame |
Frame number. More... | |
long | Frequency |
Stopwatch frequency. Can be used to normalize the tick values. More... | |
bool | IsVerified |
Was the frame verified? More... | |
ProfilerData[] | Profilers |
Per-thread profiler data. More... | |
int | SimulationId |
Absolute number of the simulation. More... | |
Represents the data collected by the profiler for all the threads for a single frame.
|
inline |
Clones the profiler context data.
int Quantum.Profiling.ProfilerContextData.Frame |
Frame number.
long Quantum.Profiling.ProfilerContextData.Frequency |
Stopwatch frequency. Can be used to normalize the tick values.
ProfilerData [] Quantum.Profiling.ProfilerContextData.Profilers |
Per-thread profiler data.
bool Quantum.Profiling.ProfilerContextData.IsVerified |
Was the frame verified?
int Quantum.Profiling.ProfilerContextData.SimulationId |
Absolute number of the simulation.