Home
last modified time | relevance | path

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

/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.cc125 struct TimestampAndResidency { struct
129 TimestampAndResidency(uint64_t timestamp_nanos, in TimestampAndResidency() function
137 std::vector<TimestampAndResidency>* data) { in CollectResidency()
157 std::unique_ptr<std::vector<TimestampAndResidency>> data) { in DumpResidency()
312 auto data = std::make_unique<std::vector<TimestampAndResidency>>(); in PeriodicallyCollectResidency()