Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/util/
Dhiappevent_util.cpp104 const int64_t costTime = endTime - beginTime; in ReportRecord() local
154 const int64_t costTime = GetElapsedNanoSecondsSinceBoot() - beginTime_; in ~ApiInvokeRecorder() local
/developtools/profiler/host/smartperf/client/client_command/
DNetwork.cpp157 long long costTime = stopTime - startTime; in ThreadGetHapNetwork() local
Dsmartperf_command.cpp295 long long costTime = nextTime - lastTime; in ExecCommand() local
Dsp_task.cpp448 long long costTime = nextTime - lastTime; in AsyncGetDataMap() 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.cpp716 uint64_t costTime = (end.tv_sec - start.tv_sec) * S_TO_NS + (end.tv_nsec - start.tv_nsec); in StopSession() local