Searched refs:ParentTotalSamples (Results 1 – 1 of 1) sorted by relevance
276 uint64_t ParentTotalSamples = CallerFS->getTotalSamples(); in callsiteIsHot() local277 if (ParentTotalSamples == 0) in callsiteIsHot()285 (double)CallsiteTotalSamples / (double)ParentTotalSamples * 100.0; in callsiteIsHot()