Searched defs:timeInterval (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_tracker.h | 33 explicit HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample() 72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker()
|
| D | heap_profiler.cpp | 73 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
|
| /arkcompiler/ets_runtime/test/fuzztest/startheaptracking_fuzzer/ |
| D | startheaptracking_fuzzer.cpp | 42 double timeInterval = 10; // 10 : time interval 10 ms in StartHeapTrackingFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/stopheaptracking1_fuzzer/ |
| D | stopheaptracking1_fuzzer.cpp | 41 double timeInterval = 10; // 10 : time interval 10 ms in StopHeapTracking1FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/stopheaptracking2_fuzzer/ |
| D | stopheaptracking2_fuzzer.cpp | 41 double timeInterval = 10; // 10 : time interval 10 ms in StopHeapTracking2FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | dfx_jsnapi_tests.cpp | 159 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/ |
| D | dfx_jsnapi.cpp | 126 bool DFXJSNApi::StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode, in StartHeapTracking()
|