root/tags/5.4.pre05/wxis_src/chronometer.h
| Revision 1, 162 bytes (checked in by heitor.barbieri, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef CHRONO_H |
| 2 | #define CHRONO_H |
| 3 | |
| 4 | int chrono_init(char * fname); |
| 5 | int chrono_end(); |
| 6 | void chrono_start(); |
| 7 | long chrono_stop(char * message); |
| 8 | |
| 9 | #endif /* CHRONO_H */ |
Note: See TracBrowser
for help on using the browser.
