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