SysprogsProfiler.h
Go to the documentation of this file.
void InitializeInstrumentingProfiler()
Should be called from your main() function before using the instrumenting profiler.
void ReportTicksPerSecond(unsigned ticksPerSecond)
Reports the profiler clock resolution to the host.
Definition: InstrumentingProfiler.cpp:890
void InitializeSamplingProfiler()
Should be called from your main() function after initializing the system clock.
Definition: ProfilerDriver_Kinetis.cpp:72
void SysprogsProfiler_ProcessSample(void *PC, void *SP, void *FP, void *LR)
Should be called from the timer ISR implemented by the platform driver.
Definition: SamplingProfiler.cpp:103