41#ifndef OPENSNES_PROFILE_H
42#define OPENSNES_PROFILE_H
53#define PROFILE_GREEN 1
55#define PROFILE_YELLOW 3
57#define PROFILE_MAGENTA 5
58#define PROFILE_WHITE 6
static u16 color
Definition main.c:163
unsigned short u16
16-bit unsigned integer (0 to 65535)
Definition types.h:52
u16 profileGetLagFrames(void)
Get lag frame count since boot.
void profileScanlineStart(void)
Start a scanline-based timing measurement.
u16 profileGetScanline(void)
Get the current scanline number (0-261 NTSC, 0-311 PAL)
u16 profileGetFrameCount(void)
Get total frame count since boot (wraps at 65535)
void profileColorStart(u16 color)
Start a color-bar profiling section.
u16 profileScanlineEnd(void)
End a scanline-based timing measurement.
void profileInit(void)
Initialize the profiler.
void profileColorEnd(void)
End a color-bar profiling section.