Searched refs:GetMicrosecondsTimeStamp (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | sampling_processor.cpp | 45 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 D | sampling_processor.h | 32 static uint64_t GetMicrosecondsTimeStamp();
|
H A D | cpu_profiler.cpp | 106 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 D | samples_record.cpp | 696 frames_[rear_].timeStamp = SamplingProcessor::GetMicrosecondsTimeStamp(); in PostFrame() 736 frames_[rear_].timeStamp = SamplingProcessor::GetMicrosecondsTimeStamp(); in PostNapiFrame()
|
/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | crash_test.cpp | 65 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 D | mock_aot_runtime_info.h | 31 bool GetMicrosecondsTimeStamp(char *timestamp, size_t length) const override;
|
H A D | mock_aot_runtime_info.cpp | 32 bool MockAotRuntimeInfo::GetMicrosecondsTimeStamp(char *timestamp, size_t length) const in GetMicrosecondsTimeStamp() function in panda::test::MockAotRuntimeInfo
|
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | aot_runtime_info.h | 90 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