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

Per-operator statistics tracked during profiling. More...

#include <sim_profiler.h>

Public Attributes

uint64_t inclusive_ns
 
uint64_t invocations
 
double delta_rms_sum
 
uint64_t delta_sample_count
 

Detailed Description

Per-operator statistics tracked during profiling.

Member Data Documentation

◆ delta_rms_sum

double SimProfilerCounter::delta_rms_sum

Sum of squared RMS deltas recorded (for averaging).

◆ delta_sample_count

uint64_t SimProfilerCounter::delta_sample_count

Number of samples aggregated for delta RMS.

◆ inclusive_ns

uint64_t SimProfilerCounter::inclusive_ns

Time accumulated for the operator within the frame.

◆ invocations

uint64_t SimProfilerCounter::invocations

Number of times the operator was executed.


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