Searched refs:totalRun (Results 1 – 1 of 1) sorted by relevance
6531 int totalRun = rec.stepDetails.statUserTime + rec.stepDetails.statSystemTime in printNextItem() local6534 int total = totalRun + rec.stepDetails.statIdlTime; in printNextItem()6537 float perc = ((float)totalRun) / ((float)total) * 100; in printNextItem()