|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Snapshot of accumulated frame statistics. More...
#include <sim_profiler.h>
Public Attributes | |
| uint64_t | frame_start_ns |
| uint64_t | frame_end_ns |
| uint64_t | total_ns |
| double | average_operator_ns |
Snapshot of accumulated frame statistics.
| double SimProfilerSnapshot::average_operator_ns |
Average operator execution time.
| uint64_t SimProfilerSnapshot::frame_end_ns |
Monotonic timestamp when the frame finished.
| uint64_t SimProfilerSnapshot::frame_start_ns |
Monotonic timestamp when the frame began.
| uint64_t SimProfilerSnapshot::total_ns |
Total duration of the frame in nanoseconds.