summaryrefslogtreecommitdiff
path: root/include/dolphin/gx/GXPerf.h
blob: c3850dc3c38a8d52b0e4a708a11bf1ef79ad1f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _DOLPHIN_GXPERF
#define _DOLPHIN_GXPERF

#include <dolphin/types.h>

#ifdef __cplusplus
extern "C" {
#endif

void GXReadXfRasMetric(u32* xf_wait_in, u32* xf_wait_out, u32* ras_busy, u32* clocks);

#ifdef __cplusplus
}
#endif

#endif // _DOLPHIN_GXPERF