index
:
saw
big_refactor
dev
An experimental music sequencer and audio editor.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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