Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h541 explicit RecordCache(bool has_timestamp, size_t min_cache_size = 1000u,
Drecord.cpp970 RecordCache::RecordCache(bool has_timestamp, size_t min_cache_size, in RecordCache() argument
973 min_cache_size_(min_cache_size), in RecordCache()