Searched refs:percentage (Results 1 – 1 of 1) sorted by relevance
1619 int64_t percentage = (childTime / parentTime) * 100.0; in checkThreshold() local1620 return (percentage < gOptions.threshold) ? 0 : 1; in checkThreshold()