Commit | Line | Data |
---|---|---|
908e426c | 1 | #ifndef __GPU_UNAI_GPU_PROFILER_H__ |
2 | #define __GPU_UNAI_GPU_PROFILER_H__ | |
3 | ||
7c49c8a2 | 4 | #define pcsx4all_prof_pause(...) |
5 | #define pcsx4all_prof_start_with_pause(...) | |
6 | #define pcsx4all_prof_end_with_resume(...) | |
7 | #define pcsx4all_prof_resume(...) | |
908e426c | 8 | |
9 | #endif /* __GPU_UNAI_GPU_PROFILER_H__ */ |