Home
last modified time | relevance | path

Searched refs:startTime_ (Results 1 – 12 of 12) sorted by relevance

/developtools/profiler/hiebpf/test/
Dhiebpf_test_demo.cpp44 Timer() : startTime_(Now()) {} in Timer()
51 … return std::chrono::duration_cast<std::chrono::microseconds>(currentTime - startTime_).count(); in ElapsedUs()
56 startTime_ = Now(); in Reset()
66 TimePoint startTime_; member in __anonb0dca3980111::Timer
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.cpp50 Timer() : startTime_(Now()) {} in Timer()
57 … return std::chrono::duration_cast<std::chrono::microseconds>(currentTime - startTime_).count(); in ElapsedUs()
62 startTime_ = Now(); in Reset()
72 TimePoint startTime_; member in __anonf6909a300111::Timer
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dapp_start_filter.h53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData()
59 uint64_t startTime_; variable
Dapp_start_filter.cpp125 endTime = (item)->second->startTime_; in AppendData()
132 itorSecond->second->startTime_, endTime, itorSecond->first, itor->first); in AppendData()
/developtools/smartperf_host/trace_streamer/src/filter/
Dapp_start_filter.h53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData()
59 uint64_t startTime_; variable
Dapp_start_filter.cpp136 endTime = (item)->second->startTime_; in AppendData()
143 itorSecond->second->startTime_, endTime, itorSecond->first, itor->first); in AppendData()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.h55 uint64_t startTime_ = std::numeric_limits<uint64_t>::max();
Dhtrace_js_memory_parser.cpp337 startTime_ = ts; in Parse()
346 …(void)traceDataCache_->GetJsHeapFilesData()->AppendNewData(fileId_, fileName, startTime_, ts, pid_, in Parse()
358 startTime_ = ts; in Parse()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.h57 uint64_t startTime_ = std::numeric_limits<uint64_t>::max();
Dhtrace_js_memory_parser.cpp346 startTime_ = ts; in Parse()
355 …(void)traceDataCache_->GetJsHeapFilesData()->AppendNewData(fileId_, fileName, startTime_, ts, self… in Parse()
363 startTime_ = ts; in Parse()
371 startTime_ = ts; in Parse()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp48 Timer() : startTime_(Now()) {} in Timer()
55 … return std::chrono::duration_cast<std::chrono::microseconds>(currentTime - startTime_).count(); in ElapsedUs()
60 startTime_ = Now(); in Reset()
70 TimePoint startTime_; member in __anonb09dd57f0111::Timer
Dprofiler_service_performance_test.cpp74 Timer() : startTime_(Now()) {} in Timer()
81 … return std::chrono::duration_cast<std::chrono::microseconds>(currentTime - startTime_).count(); in ElapsedUs()
86 startTime_ = Now(); in Reset()
96 TimePoint startTime_; member in __anon11ccc4d00111::Timer