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

Go to the source code of this file.

Functions

float uxtime_ ()

Function Documentation

◆ uxtime_()

float uxtime_ ( )

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

3 {
4 struct tms q;
5 long t, s;
6 long sysconf();
7 long ticks;
8 float uxtime;
9
10 ticks = sysconf( _SC_CLK_TCK );
11 times( &q );
12 t = q.tms_utime + q.tms_cutime + q.tms_stime + q.tms_cstime;
13 return (float)t / (float)ticks;
14}
XmlRpcServer s
****INTEGER imax DOUBLE PRECISION m_pi *DOUBLE PRECISION m_amfin DOUBLE PRECISION m_Chfin DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_sinw2 DOUBLE PRECISION m_GFermi DOUBLE PRECISION m_MfinMin DOUBLE PRECISION m_ta2 INTEGER m_out INTEGER m_KeyFSR INTEGER m_KeyQCD *COMMON c_Semalib $ !copy of input $ !CMS energy $ !beam mass $ !final mass $ !beam charge $ !final charge $ !smallest final mass $ !Z mass $ !Z width $ !EW mixing angle $ !Gmu Fermi $ alphaQED at q
Definition KKsem.h:33
int t()
Definition t.c:1