MainLoopProfilingSampleData implements profiling sample data for MainLoopProfiler.
More...
#include <kanzi/core.ui/main_loop/main_loop_profiler.hpp>
◆ MainLoopProfilingSampleData()
kanzi::MainLoopProfilingSampleData::MainLoopProfilingSampleData |
( |
TimePoint |
startPoint, |
|
|
chrono::nanoseconds |
timeSpent, |
|
|
const char * |
name, |
|
|
uint64_t |
frameNumber |
|
) |
| |
|
inlineexplicit |
Constructor.
- Parameters
-
startPoint | The point in time when measurement started. |
timeSpent | The interval duration. |
name | Name of the profiled scope. |
frameNumber | Frame number of the sample in the main loop. |
◆ m_name
const char* kanzi::MainLoopProfilingSampleData::m_name |
Name of the profiled scope.
◆ m_frameNumber
uint64_t kanzi::MainLoopProfilingSampleData::m_frameNumber |
Frame number of the sample in the main loop.
The documentation for this struct was generated from the following file: