Searched defs:costTime (Results 1 – 6 of 6) sorted by relevance
104 const int64_t costTime = endTime - beginTime; in ReportRecord() local154 const int64_t costTime = GetElapsedNanoSecondsSinceBoot() - beginTime_; in ~ApiInvokeRecorder() local
157 long long costTime = stopTime - startTime; in ThreadGetHapNetwork() local
295 long long costTime = nextTime - lastTime; in ExecCommand() local
448 long long costTime = nextTime - lastTime; in AsyncGetDataMap() local
466 unsigned long long costTime = static_cast<unsigned long long>( in CollectTime() local475 unsigned long long costTime = static_cast<unsigned long long>( in CollectTimeAndSize() local
716 uint64_t costTime = (end.tv_sec - start.tv_sec) * S_TO_NS + (end.tv_nsec - start.tv_nsec); in StopSession() local