Home | History | Annotate | Download | only in src

Lines Matching refs:ticks_per_ms

380 void ProfileTree::SetTickRatePerMs(double ticks_per_ms) {
381 ms_to_ticks_scale_ = ticks_per_ms > 0 ? 1.0 / ticks_per_ms : 1.0;