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