Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp67 uint64_t sampleTimeStamp = SamplingProcessor::GetMicrosecondsTimeStamp(); in Run() local
68 generator_->AddEmptyStackSample(sampleTimeStamp); in Run()
Dsamples_record.h119 void AddEmptyStackSample(uint64_t sampleTimeStamp);
Dsamples_record.cpp126 void SamplesRecord::AddEmptyStackSample(uint64_t sampleTimeStamp) in AddEmptyStackSample() argument
128 int timeDelta = static_cast<int>(sampleTimeStamp - in AddEmptyStackSample()
145 previousTimeStamp_ = sampleTimeStamp; in AddEmptyStackSample()