Home
last modified time | relevance | path

Searched defs:costTime (Results 1 – 4 of 4) sorted by relevance

/developtools/global_resource_tool/src/
Dcompression_parser.cpp458 unsigned long long costTime = static_cast<unsigned long long>( in CollectTime() local
467 unsigned long long costTime = static_cast<unsigned long long>( in CollectTimeAndSize() local
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp243 long long costTime = nextTime - lastTime; in ExecCommand() local
Dsp_task.cpp361 long long costTime = nextTime - lastTime; in AsyncGetDataMap() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp601 uint64_t costTime = (end.tv_sec - start.tv_sec) * S_TO_NS + (end.tv_nsec - start.tv_nsec); in StopSession() local