source: Sophya/trunk/SophyaLib/SysTools/timing.h@ 4043

Last change on this file since 4043 was 2648, checked in by ansari, 21 years ago

Modifs pour basculement automatique en temps de calcul cumule lors du bouclage du compteur de la fonction clock() ds timing.c - Reza 7 Fev 2005

File size: 440 bytes
RevLine 
[219]1/* Impression temps elapsed / Temps CPU */
2/* Reza - 93/94 */
3
4#ifndef TIMING_H_SEEN
5#define TIMING_H_SEEN
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
[2648]11void InitTim(void);
12void PrtTimSetDebug(int dbg);
[2212]13void PrtTim(const char * Comm);
[2648]14
[219]15#ifdef __cplusplus
16}
17#endif
18
19#endif
20
Note: See TracBrowser for help on using the repository browser.