source:
abuse/trunk/src/include/profile.hpp
@
39
Last change on this file since 39 was 2, checked in by , 18 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | #ifndef __JPROF_HPP_ |
2 | #define __JPROF_HPP_ |
3 | |
4 | #include "event.hpp" |
5 | |
6 | void profile_init(); |
7 | void profile_reset(); |
8 | void profile_uninit(); |
9 | void profile_add_time(int type, float amount); |
10 | void profile_update(); |
11 | void profile_toggle(); |
12 | int profile_handle_event(event &ev); |
13 | int profiling(); |
14 | |
15 | |
16 | #endif |
Note: See TracBrowser
for help on using the repository browser.