KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <sys/cdefs.h>
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | GPROF_TRAPA_CODE 33 |
GPROF Trapa Code. | |
Functions | |
void | monstartup (uintptr_t lowpc, uintptr_t highpc) |
Start gprof profiling for a specified address range. | |
void | moncontrol (bool enable) |
Restart or stop gprof profiling. | |