mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-28 17:05:45 +02:00
4 lines
92 B
C
4 lines
92 B
C
/* timing routines */
|
|
extern float CPUTime(void);
|
|
extern float ElapsedCPUTime(float since);
|