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