Home
last modified time | relevance | path

Searched refs:GetMicrosecondsTimeStamp (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsampling_processor.cpp45 startTime = GetMicrosecondsTimeStamp(); in Run()
50 endTime = GetMicrosecondsTimeStamp(); in Run()
93 uint64_t sampleTimeStamp = SamplingProcessor::GetMicrosecondsTimeStamp(); in AddSample()
114 uint64_t SamplingProcessor::GetMicrosecondsTimeStamp() in GetMicrosecondsTimeStamp() function in panda::ecmascript::SamplingProcessor
H A Dsampling_processor.h32 static uint64_t GetMicrosecondsTimeStamp();
H A Dcpu_profiler.cpp106 uint64_t startTime = SamplingProcessor::GetMicrosecondsTimeStamp(); in StartCpuProfilerForInfo()
164 uint64_t startTime = SamplingProcessor::GetMicrosecondsTimeStamp(); in StartCpuProfilerForFile()
302 uint64_t tempTimeStamp = SamplingProcessor::GetMicrosecondsTimeStamp(); in GetStackBeforeCallNapi()
H A Dsamples_record.cpp696 frames_[rear_].timeStamp = SamplingProcessor::GetMicrosecondsTimeStamp(); in PostFrame()
736 frames_[rear_].timeStamp = SamplingProcessor::GetMicrosecondsTimeStamp(); in PostNapiFrame()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dcrash_test.cpp65 HWTEST_F_L0(CrashTest, GetMicrosecondsTimeStamp) in HWTEST_F_L0()
69 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE); in HWTEST_F_L0()
79 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE); in HWTEST_F_L0()
110 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE); in HWTEST_F_L0()
141 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
H A Dmock_aot_runtime_info.h31 bool GetMicrosecondsTimeStamp(char *timestamp, size_t length) const override;
H A Dmock_aot_runtime_info.cpp32 bool MockAotRuntimeInfo::GetMicrosecondsTimeStamp(char *timestamp, size_t length) const in GetMicrosecondsTimeStamp() function in panda::test::MockAotRuntimeInfo
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h90 if (!GetMicrosecondsTimeStamp(timestamp, TIME_STAMP_SIZE)) { in BuildCompileRuntimeInfo()
116 if (!GetMicrosecondsTimeStamp(timestamp, TIME_STAMP_SIZE)) { in BuildCrashRuntimeInfo()
225 virtual bool GetMicrosecondsTimeStamp(char *timestamp, size_t length) const in GetMicrosecondsTimeStamp() function in panda::ecmascript::ohos::AotRuntimeInfo

Completed in 9 milliseconds