summaryrefslogtreecommitdiff
path: root/Runtime/Profiler/SharkProfiler.h
blob: 60a352c54e2bd64486343180bd002d98494befcb (plain)
1
2
3
4
5
6
7
#ifndef _SHARK_PROFILER_H_
#define _SHARK_PROFILER_H_

void SharkBeginRemoteProfiling ();
void SharkEndRemoteProfiling ();

#endif //_SHARK_PROFILER_H_