summaryrefslogtreecommitdiff
path: root/source/saw/profiler.h
blob: a4e0f9f4b36ab93f750e8dba9a5c758812752955 (plain)
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