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

  /external/tensorflow/tensorflow/compiler/aot/
benchmark.h 50 int64 total_us; // Total time in us. member in struct:tensorflow::tfcompile::benchmark::Stats
52 Stats() : total_us(0) { per_iter_us.reserve(5000); }
benchmark.cc 105 stats.total_us);
126 const int64 total_us = end_us - start_us; local
128 if ((max_us > 0 && total_us >= max_us) ||
130 stats->total_us = total_us;
  /external/boringssl/src/tool/
speed.cc 100 // total_us is the total amount of time that we'll aim to measure a function
102 const uint64_t total_us = g_timeout_seconds * 1000000; local
133 if (now - start > total_us) {

Completed in 65 milliseconds