BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
imtime_.c File Reference
#include <sys/times.h>
#include <unistd.h>

Go to the source code of this file.

Functions

long imtime_ ()

Function Documentation

◆ imtime_()

long imtime_ ( )

Definition at line 3 of file Eepipi/src/ee2eepp/basesv5.1/imtime_.c.

3 {
4 long sysconf();
5 long ticks;
6
7 ticks = sysconf( _SC_CLK_TCK );
8 return ticks;
9}