mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-09-07 02:58:48 +02:00
4 lines
92 B
C
4 lines
92 B
C
/* timing routines */
|
|
extern float CPUTime(void);
|
|
extern float ElapsedCPUTime(float since);
|