pspsdk-1.0+beta2
pspprof.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
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  * $Id$
11  */
12 #ifndef __PSPPROF_H__
13 #define __PSPPROF_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 void gprof_cleanup();
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* __PSPPROF_H__ */