Home
last modified time | relevance | path

Searched refs:costTime (Results 1 - 4 of 4) sorted by relevance

/developtools/global_resource_tool/src/
H A Dcompression_parser.cpp458 unsigned long long costTime = static_cast<unsigned long long>( in CollectTime() local
460 time += costTime; in CollectTime()
467 unsigned long long costTime = static_cast<unsigned long long>( in CollectTimeAndSize() local
470 totalTime_ += costTime; in CollectTimeAndSize()
472 compressTime_ += costTime; in CollectTimeAndSize()
474 successTime_ += costTime; in CollectTimeAndSize()
479 totalTime_ += costTime; in CollectTimeAndSize()
480 compressTime_ += costTime; in CollectTimeAndSize()
483 totalTime_ += costTime; in CollectTimeAndSize()
/developtools/profiler/host/smartperf/client/client_command/
H A Dsmartperf_command.cpp243 long long costTime = nextTime - lastTime; in ExecCommand() local
244 if (costTime < freq) { in ExecCommand()
245 std::this_thread::sleep_for(std::chrono::milliseconds(freq - costTime)); in ExecCommand()
H A Dsp_task.cpp361 long long costTime = nextTime - lastTime; in AsyncGetDataMap() local
363 if (costTime < curTaskInfo.freq) { in AsyncGetDataMap()
364 std::this_thread::sleep_for(std::chrono::milliseconds(pTime - costTime)); in AsyncGetDataMap()
/developtools/profiler/device/services/profiler_service/src/
H A Dprofiler_service.cpp609 uint64_t costTime = (end.tv_sec - start.tv_sec) * S_TO_NS + (end.tv_nsec - start.tv_nsec); in StopSession() local
610 PROFILER_LOG_INFO(LOG_CORE, "StopSession cost time %" PRIu64 " ns", costTime); in StopSession()

Completed in 5 milliseconds