Searched refs:TotalProfCount (Results 1 – 1 of 1) sorted by relevance
2299 uint64_t HotProfCount, uint64_t TotalProfCount, in dumpHotFunctionList() argument2309 if (TotalProfCount > 0) in dumpHotFunctionList()2310 TotalProfPercent = static_cast<double>(HotProfCount) / TotalProfCount * 100; in dumpHotFunctionList()2321 FOS << HotProfCount << " out of " << TotalProfCount << " profile counts (" in dumpHotFunctionList()