PSPSDK 2024-12-24
Loading...
Searching...
No Matches
pspprof.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspprof.h - Prototypes for the profiler library
7 *
8 * Copyright (c) 2006 Urchin
9 *
10 */
11#ifndef __PSPPROF_H__
12#define __PSPPROF_H__
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18
26void gprof_start(void);
35void gprof_stop(const char* filename, int should_dump);
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* __PSPPROF_H__ */
struct sockaddr_in __attribute__
Writes gmon.out dump file and stops profiling Called from atexit() handler; will dump out a gmon....
Definition prof.c:169
int should_dump
Definition pspprof.h:35
float x
Definition psptypes.h:0