summaryrefslogtreecommitdiff
path: root/source/saw/profiler.h
blob: 850b2e88967a23475d2ace3d99b22f00a62bcd3d (plain)
1
2
3
4
5
6
#ifndef SAW_PROFILER_H
#define SAW_PROFILER_H

void profile_frame(char const *s);

#endif