Home | History | Annotate | Download | only in src

Lines Matching refs:Ticks

531   int64_t start = OS::Ticks();
590 double ms = static_cast<double>(OS::Ticks() - start) / 1000;