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
15
extern
"C"
{
16
#endif
17
18
25
__attribute__
((
__no_instrument_function__
,
__no_profile_instrument_function__
))
26
void
gprof_start
(
void
);
34
__attribute__
((
__no_instrument_function__
,
__no_profile_instrument_function__
))
35
void
gprof_stop
(
const
char
* filename,
int
should_dump
);
36
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/* __PSPPROF_H__ */
__attribute__
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
should_dump
int should_dump
Definition
pspprof.h:35
x
float x
Definition
psptypes.h:0
prof
pspprof.h
Generated on Tue Dec 24 2024 19:33:41 for PSPSDK by
1.9.8