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