CARB_PROFILE_END

Defined in carb/profiler/Profile.h

CARB_PROFILE_END(mask, ...)

Marks the end of a profiling zone previously started with CARB_PROFILE_BEGIN().

Warning

Consider using CARB_PROFILE_ZONE() to automatically profile a scope. Manual begin and end sections can cause programming errors and confuse the profiler if an end is skipped.

Parameters