KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
gmon.h File Reference
#include <sys/cdefs.h>
#include <stdint.h>
#include <stdbool.h>

Go to the source code of this file.

Macros

#define GMON_OUT_PREFIX   "GMON_OUT_PREFIX"
 Environment variable that redirects the gmon.out output path.
 

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.
 
void _mcleanup (void)
 Flush gmon.out and stop profiling.