|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Profiler state used by the runtime scheduler. More...
#include <sim_profiler.h>

Public Attributes | |
| SimProfilerCounter * | counters |
| size_t | counter_count |
| bool | frame_active |
| uint64_t | frame_start_ns |
| uint64_t | frame_end_ns |
Profiler state used by the runtime scheduler.
| size_t SimProfiler::counter_count |
Number of counters allocated.
| SimProfilerCounter* SimProfiler::counters |
Per-operator counters.
| bool SimProfiler::frame_active |
Indicates the profiler has an active frame.
| uint64_t SimProfiler::frame_end_ns |
Frame end timestamp.
| uint64_t SimProfiler::frame_start_ns |
Frame start timestamp.