Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimProfilerSnapshot Struct Reference

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
 

Detailed Description

Snapshot of accumulated frame statistics.

Member Data Documentation

◆ average_operator_ns

double SimProfilerSnapshot::average_operator_ns

Average operator execution time.

◆ frame_end_ns

uint64_t SimProfilerSnapshot::frame_end_ns

Monotonic timestamp when the frame finished.

◆ frame_start_ns

uint64_t SimProfilerSnapshot::frame_start_ns

Monotonic timestamp when the frame began.

◆ total_ns

uint64_t SimProfilerSnapshot::total_ns

Total duration of the frame in nanoseconds.


The documentation for this struct was generated from the following file: