Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp20 static constexpr double INTERVAL = 0.2; variable
326 …bool result = panda::DFXJSNApi::StartHeapTracking(vm_, INTERVAL, true, &stream_, traceAllocation, … in StartTrackingHeapObjects()
334 uv_timer_start(&handle_, HeapTrackingCallback, 0, INTERVAL * MILLI_TO_MICRO); in StartTrackingHeapObjects()