Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/src/
Dhiappevent_util.cpp85 const int64_t costTime = endTime - beginTime; in ReportRecord() local
135 const int64_t costTime = GetElapsedNanoSecondsSinceBoot() - beginTime_; in ~ApiInvokeRecorder() local
/developtools/profiler/host/smartperf/client/client_command/
DNetwork.cpp158 long long costTime = stopTime - startTime; in ThreadGetHapNetwork() local
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
DNetwork.cpp158 long long costTime = stopTime - startTime; in ThreadGetHapNetwork() local
/developtools/global_resource_tool/src/
Dcompression_parser.cpp466 unsigned long long costTime = static_cast<unsigned long long>( in CollectTime() local
475 unsigned long long costTime = static_cast<unsigned long long>( in CollectTimeAndSize() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp718 uint64_t costTime = (end.tv_sec - start.tv_sec) * S_TO_NS + (end.tv_nsec - start.tv_nsec); in StopSession() local