Home
last modified time | relevance | path

Searched refs:ScopedHistogramTimer (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_macros.h254 class ScopedHistogramTimer##key { \
256 ScopedHistogramTimer##key() : constructed_(base::TimeTicks::Now()) {} \
257 ~ScopedHistogramTimer##key() { \
Dhistogram_macros_unittest.cc11 TEST(ScopedHistogramTimer, TwoTimersOneScope) { in TEST() argument