Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc317 static thread_local int sample_countdown = sampling_rate; in logVMObjectAlloc() local
318 --sample_countdown; in logVMObjectAlloc()
319 if (sample_countdown != 0) { in logVMObjectAlloc()
350 sample_countdown = sampling_rate; in logVMObjectAlloc()