1 2 3 4 5 6 7
#ifndef _SHARK_PROFILER_H_ #define _SHARK_PROFILER_H_ void SharkBeginRemoteProfiling (); void SharkEndRemoteProfiling (); #endif //_SHARK_PROFILER_H_