Line | |
---|
1 | /* $Id: profiler.h,v 1.1 2001-11-21 16:01:48 phaller Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
5 | *
|
---|
6 | * ODINCRT performance measurement
|
---|
7 | *
|
---|
8 | * Copyright 2001 Patrick Haller <patrick.haller@innotek.de>
|
---|
9 | */
|
---|
10 |
|
---|
11 |
|
---|
12 | #ifndef _PROFILE_H_
|
---|
13 | #define _PROFILE_H_
|
---|
14 |
|
---|
15 | #ifdef __cplusplus
|
---|
16 | extern "C" {
|
---|
17 | #endif
|
---|
18 |
|
---|
19 | BOOL _System ProfilerIsEnabled(void);
|
---|
20 | void _System ProfilerEnable(BOOL fState);
|
---|
21 | void _System ProfilerInitialize(void);
|
---|
22 | void _System ProfilerTerminate(void);
|
---|
23 | void _System ProfilerWrite();
|
---|
24 |
|
---|
25 | #ifdef __cplusplus
|
---|
26 | }
|
---|
27 | #endif
|
---|
28 |
|
---|
29 | #endif /* _PROFILE_H_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.