| /developtools/profiler/hiebpf/test/ |
| D | hiebpf_test_demo.cpp | 44 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/ |
| D | hook_test.cpp | 50 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/ |
| D | app_start_filter.h | 53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData() 59 uint64_t startTime_; variable
|
| D | app_start_filter.cpp | 125 endTime = (item)->second->startTime_; in AppendData() 132 itorSecond->second->startTime_, endTime, itorSecond->first, itor->first); in AppendData()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | app_start_filter.h | 53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData() 59 uint64_t startTime_; variable
|
| D | app_start_filter.cpp | 136 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/ |
| D | htrace_js_memory_parser.h | 55 uint64_t startTime_ = std::numeric_limits<uint64_t>::max();
|
| D | htrace_js_memory_parser.cpp | 337 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/ |
| D | htrace_js_memory_parser.h | 57 uint64_t startTime_ = std::numeric_limits<uint64_t>::max();
|
| D | htrace_js_memory_parser.cpp | 346 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/ |
| D | profiler_service_test.cpp | 48 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
|
| D | profiler_service_performance_test.cpp | 74 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
|