CARB_PROFILE_STARTUP
Defined in carb/profiler/Profile.h
-
CARB_PROFILE_STARTUP()
Starts the profiler that has been registered with carb::profiler::registerProfilerForClient().
When finished with the profiler it should be stopped with CARB_PROFILE_SHUTDOWN().
Note
This is typically done immediately after carb::profiler::registerProfilerForClient().