Searched refs:tcm_cpu (Results 1 – 1 of 1) sorted by relevance
65 float tcm_cpu; /* cpu time(min) */ member261 cmt.tcm_cpu = MINT(cpu); in tdofile()278 cmt.tcm_cpu = MINT(cpu); in tdofile()539 p1->tcm_cpu = p1->tcm_cpu + p2->tcm_cpu; in tcmadd()572 tcm[k].tcm_cpu = tcm[i].tcm_cpu; in tsqueeze()610 if (p1->tcm_cpu == p2->tcm_cpu) in tccmp()612 return ((p2->tcm_cpu > p1->tcm_cpu)? 1 : -1); in tccmp()707 printf(" %10.2f", p->tcm_cpu); in tprint()709 if(p->tcm_cpu == 0) p->tcm_cpu = 1; in tprint()710 printf(" %6.2f", p->tcm_kcore/p->tcm_cpu); in tprint()[all …]