source: tags/0.58/clocks.h @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

File size: 114 bytes
Line 
1#ifdef __cplusplus
2extern "C"  {
3#endif
4double wallclock(void);
5double cputime(void);
6#ifdef __cplusplus
7}
8#endif
Note: See TracBrowser for help on using the repository browser.