HomeSort by relevance Sort by last modified time
    Searched refs:end_us (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 106 int64 end_us = decision_points_[ind].time_us; local
108 int64 start_us = end_us - static_cast<int64>(0.5 + (1.0e6 * duration_sec));
118 sum_us += end_us - decision_points_[ind].time_us;
120 end_us = decision_points_[ind].time_us;
  /art/runtime/
profiler.cc 206 uint64_t end_us = start_us + profiler->options_.GetDurationS() * UINT64_C(1000000); local
210 << PrettyDuration((end_us - start_us) * 1000);
215 while (now_us < end_us) {

Completed in 323 milliseconds