00001 /* 00002 * PSP Software Development Kit - http://www.pspdev.org 00003 * ----------------------------------------------------------------------- 00004 * Licensed under the BSD license, see LICENSE in PSPSDK root for details. 00005 * 00006 * pspprof.h - Prototypes for the profiler library 00007 * 00008 * Copyright (c) 2006 Urchin 00009 * 00010 * $Id$ 00011 */ 00012 #ifndef __PSPPROF_H__ 00013 #define __PSPPROF_H__ 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00019 void gprof_cleanup(); 00020 00021 #ifdef __cplusplus 00022 } 00023 #endif 00024 00025 #endif /* __PSPPROF_H__ */