Home
last modified time | relevance | path

Searched refs:cputimes (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/py-glances/glances-3.1.4/glances/
H A Dcpu_percent.py71 'user': cputimes.user,
72 'system': cputimes.system,
73 'idle': cputimes.idle}
75 if hasattr(cputimes, 'nice'):
76 cpu['nice'] = cputimes.nice
77 if hasattr(cputimes, 'iowait'):
79 if hasattr(cputimes, 'irq'):
80 cpu['irq'] = cputimes.irq
81 if hasattr(cputimes, 'softirq'):
83 if hasattr(cputimes, 'steal'):
[all …]
/dports/math/spooles-mpich/spooles.2.2/GPart/src/
H A DdomSegMap.c473 cputimes[1] - cputimes[0], in GPart_domSegMap()
474 cputimes[2] - cputimes[1], in GPart_domSegMap()
475 cputimes[3] - cputimes[2], in GPart_domSegMap()
476 cputimes[4] - cputimes[3], in GPart_domSegMap()
477 cputimes[5] - cputimes[4], in GPart_domSegMap()
478 cputimes[6] - cputimes[5], in GPart_domSegMap()
479 cputimes[7] - cputimes[6], in GPart_domSegMap()
480 cputimes[8] - cputimes[7], in GPart_domSegMap()
481 cputimes[9] - cputimes[8], in GPart_domSegMap()
482 cputimes[10] - cputimes[9], in GPart_domSegMap()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/GPart/src/
H A DdomSegMap.c473 cputimes[1] - cputimes[0], in GPart_domSegMap()
474 cputimes[2] - cputimes[1], in GPart_domSegMap()
475 cputimes[3] - cputimes[2], in GPart_domSegMap()
476 cputimes[4] - cputimes[3], in GPart_domSegMap()
477 cputimes[5] - cputimes[4], in GPart_domSegMap()
478 cputimes[6] - cputimes[5], in GPart_domSegMap()
479 cputimes[7] - cputimes[6], in GPart_domSegMap()
480 cputimes[8] - cputimes[7], in GPart_domSegMap()
481 cputimes[9] - cputimes[8], in GPart_domSegMap()
482 cputimes[10] - cputimes[9], in GPart_domSegMap()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/GPart/src/
H A DdomSegMap.c473 cputimes[1] - cputimes[0], in GPart_domSegMap()
474 cputimes[2] - cputimes[1], in GPart_domSegMap()
475 cputimes[3] - cputimes[2], in GPart_domSegMap()
476 cputimes[4] - cputimes[3], in GPart_domSegMap()
477 cputimes[5] - cputimes[4], in GPart_domSegMap()
478 cputimes[6] - cputimes[5], in GPart_domSegMap()
479 cputimes[7] - cputimes[6], in GPart_domSegMap()
480 cputimes[8] - cputimes[7], in GPart_domSegMap()
481 cputimes[9] - cputimes[8], in GPart_domSegMap()
482 cputimes[10] - cputimes[9], in GPart_domSegMap()
[all …]
/dports/math/spooles/spooles.2.2/GPart/src/
H A DdomSegMap.c473 cputimes[1] - cputimes[0], in GPart_domSegMap()
474 cputimes[2] - cputimes[1], in GPart_domSegMap()
475 cputimes[3] - cputimes[2], in GPart_domSegMap()
476 cputimes[4] - cputimes[3], in GPart_domSegMap()
477 cputimes[5] - cputimes[4], in GPart_domSegMap()
478 cputimes[6] - cputimes[5], in GPart_domSegMap()
479 cputimes[7] - cputimes[6], in GPart_domSegMap()
480 cputimes[8] - cputimes[7], in GPart_domSegMap()
481 cputimes[9] - cputimes[8], in GPart_domSegMap()
482 cputimes[10] - cputimes[9], in GPart_domSegMap()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/opal-test/
H A Dreport.py133 self.cputimes = ListArith([0.] * 8)
141 cputimes = None
160 cputimes = list(map(float, match.groups()))
164 if cputimes is None:
180 self.cputimes += cputimes
181 cputimes_str = self.cputimes.to_str()
186 self.elapsed_int.add(sq, cputimes[0] * sq_correction)
/dports/games/gnugo/gnugo-3.8/interface/gtp_examples/
H A Dtwogtp.py690 results, cputimes = match.play(games, sgfbase)
699 if (cputimes["white"] != "0"):
700 print "White: %ss CPU time" % cputimes["white"]
701 if (cputimes["black"] != "0"):
702 print "Black: %ss CPU time" % cputimes["black"]
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dppuzzle.h140 *cputimes;
H A Dppuzzle.c59 *cputimes; variable
2070 cputimes[0] = 0.0; in PP_SendDone()
2091 cputimes[dest] = doubles[0]; in PP_SendDone()
2102 cputimes[dest], walltimes[dest], fullcputimes[dest], fullwalltimes[dest], in PP_SendDone()
2241 cputimes = new_dvector(PP_NumProcs); in PP_Init()
2265 cputimes [n] = -1.0; in PP_Init()
2342 free_dvector(cputimes); in PP_Finalize()
H A Dpuzzle1.c4090 cputimes[0] = ((double)(cputimestop - cputimestart) / CLOCKS_PER_SEC);
4130 cputimes[n], cputimes[n] /60, cputimes[n] /3600,