Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/starscan/
Dstats_reporter.h31 virtual void ReportStats(const char* stats_name, int64_t sample_in_usec) {} in ReportStats() argument
/external/cronet/base/allocator/
Dpartition_alloc_support.cc176 void ReportStats(const char* stats_name, int64_t sample_in_usec) override { in ReportStats() argument
177 TimeDelta sample = Microseconds(sample_in_usec); in ReportStats()