Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dsampler.h55 if (PERFETTO_UNLIKELY(alloc_sz >= passthrough_threshold_)) in SampleSize()
86 uint64_t passthrough_threshold_; variable
Dsampler.cc45 passthrough_threshold_ = GetPassthroughThreshold(sampling_interval_); in SetSamplingInterval()