Data collected by the profiler. More...
Public Member Functions | |
ProfilerData | Clone () |
Creates a deep copy of the profiler data. More... | |
Public Attributes | |
string | Name |
Name of the profiler. Profiler for the main thread will have the name "Main Thread", wheras working threads will have the name "Worker Thread #X". More... | |
Sample[] | Samples |
Samples collected by the profiler. More... | |
Data collected by the profiler.
|
inline |
Creates a deep copy of the profiler data.
string Quantum.Profiling.ProfilerData.Name |
Name of the profiler. Profiler for the main thread will have the name "Main Thread", wheras working threads will have the name "Worker Thread #X".
Sample [] Quantum.Profiling.ProfilerData.Samples |
Samples collected by the profiler.