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