/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/Eepipi/Eepipi-00-00-06/src/ee2eepp/basesv5.1/ixtime_.c

Go to the documentation of this file.
00001 #include <sys/times.h>
00002 #include <unistd.h>
00003 long ixtime_() 
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:12:37 2016 for BOSS_7.0.2 by  doxygen 1.4.7