Home
last modified time | relevance | path

Searched defs:timeInterval (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.h33 explicit HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample()
72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker()
Dheap_profiler.cpp73 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
/arkcompiler/ets_runtime/test/fuzztest/startheaptracking_fuzzer/
Dstartheaptracking_fuzzer.cpp42 double timeInterval = 10; // 10 : time interval 10 ms in StartHeapTrackingFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking1_fuzzer/
Dstopheaptracking1_fuzzer.cpp41 double timeInterval = 10; // 10 : time interval 10 ms in StopHeapTracking1FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking2_fuzzer/
Dstopheaptracking2_fuzzer.cpp41 double timeInterval = 10; // 10 : time interval 10 ms in StopHeapTracking2FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp159 double timeInterval = 50; // 50 : time interval 50 ms in HWTEST_F_L0() local
206 double timeInterval = 50; // 50 : time interval 50 ms in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp126 bool DFXJSNApi::StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode, in StartHeapTracking()