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