/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/EeTo4e/EeTo4e-00-00-02/src/EeTo4e/basesv5.1/ixtime_.c File Reference

#include <sys/times.h>
#include <unistd.h>

Go to the source code of this file.

Functions

long ixtime_ ()


Function Documentation

long ixtime_ (  ) 

Definition at line 3 of file ixtime_.c.

References s, and t().

00004 {
00005         struct  tms q;
00006         long    t,s;
00007         long    sysconf();
00008         long    ticks;
00009         float   uxtime;
00010         float   answer;
00011 
00012         times(&q);
00013         t = q.tms_utime + q.tms_cutime
00014            +q.tms_stime + q.tms_cstime;
00015         return t;
00016 }


Generated on Tue Nov 29 23:16:13 2016 for BOSS_7.0.2 by  doxygen 1.4.7