source: abuse/branches/pd/abuse/inc/profile.hpp @ 636

Last change on this file since 636 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 288 bytes
Line 
1#ifndef __JPROF_HPP_
2#define __JPROF_HPP_
3
4#include "event.hpp"
5
6void profile_init();
7void profile_reset();
8void profile_uninit();
9void profile_add_time(int type, float amount);
10void profile_update();
11void profile_toggle();
12int profile_handle_event(event &ev);
13int profiling();
14
15
16#endif
Note: See TracBrowser for help on using the repository browser.