Searched refs:timeTakenPerSec (Results 1 – 2 of 2) sorted by relevance
151 long timeTakenPerSec = (totalTimeTakenNs * 1000000) / durationUs; in dumpStatistics() local182 rowData += timeTakenPerSec + ", "; in dumpStatistics()
51 nsecs_t timeTakenPerSec = (totalTimeTakenNs * 1000000) / durationUs; in dumpStatistics() local81 rowData.append(to_string(timeTakenPerSec) + ", "); in dumpStatistics()