Home
last modified time | relevance | path

Searched refs:curTotalCount (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dprofiler.cc849 uint32_t curTotalCount = 0; in LoadFile() local
858 curTotalCount += count; in LoadFile()
862 : 100 * static_cast<double>(curTotalCount) / static_cast<double>(total_count); in LoadFile()