Searched refs:mod_fraction (Results 1 – 1 of 1) sorted by relevance
210 uint64_t mod_fraction = divisor >= 1000 ? divisor / 1000 : 1; in Dump() local220 exclusive_time -= exclusive_time % mod_fraction; in Dump()221 total_time -= total_time % mod_fraction; in Dump()