Searched refs:tcm_cpu (Results 1 – 1 of 1) sorted by relevance
68 float tcm_cpu; /* cpu time(min) */ member264 cmt.tcm_cpu = MINT(cpu); in tdofile()281 cmt.tcm_cpu = MINT(cpu); in tdofile()542 p1->tcm_cpu = p1->tcm_cpu + p2->tcm_cpu; in tcmadd()575 tcm[k].tcm_cpu = tcm[i].tcm_cpu; in tsqueeze()613 if (p1->tcm_cpu == p2->tcm_cpu) in tccmp()615 return ((p2->tcm_cpu > p1->tcm_cpu)? 1 : -1); in tccmp()710 printf(" %10.2f", p->tcm_cpu); in tprint()712 if(p->tcm_cpu == 0) p->tcm_cpu = 1; in tprint()713 printf(" %6.2f", p->tcm_kcore/p->tcm_cpu); in tprint()[all …]