PSPSDK 1.0+beta2
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
18void gprof_cleanup();
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* __PSPPROF_H__ */
void gprof_cleanup()
Writes gmon.out dump file and stops profiling.
Definition prof.c:159