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

  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 287 int64_t create_ms = create_ticks.InMilliseconds(); local
289 VLOG(1) << kTestCreateCount << " histogram creations took " << create_ms
291 << (create_ms * 1000000) / kTestCreateCount
histogram_unittest.cc 662 int64_t create_ms = create_ticks.InMilliseconds(); local
664 VLOG(1) << kTestCreateCount << " histogram creations took " << create_ms
666 << (create_ms * 1000000) / kTestCreateCount

Completed in 211 milliseconds