Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dstats_reporter.h31 virtual void ReportStats(const char* stats_name, int64_t sample_in_usec) {} in ReportStats() argument
/aosp_15_r20/external/cronet/base/allocator/
H A Dpartition_alloc_support.cc220 void ReportStats(const char* stats_name, int64_t sample_in_usec) override { in ReportStats() argument
221 TimeDelta sample = Microseconds(sample_in_usec); in ReportStats()