source: tags/1.2/clocks.h @ 5

Last change on this file since 5 was 5, 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.