1 2 3 4 5 6 7 8
#ifndef SAW_PROFILER_H #define SAW_PROFILER_H extern long long profiler_time_; void profile_frame(char const *s); #endif