root/tags/5.4.pre05/wxis_src/chronometer.h

Revision 1, 162 bytes (checked in by heitor.barbieri, 4 years ago)

Criação do svn para Cisis.

Line 
1#ifndef CHRONO_H
2#define CHRONO_H
3
4int chrono_init(char * fname);
5int chrono_end();
6void chrono_start();
7long chrono_stop(char * message);
8
9#endif /* CHRONO_H */
Note: See TracBrowser for help on using the browser.