Searched defs:costTime (Results 1 – 5 of 5) sorted by relevance
85 const int64_t costTime = endTime - beginTime; in ReportRecord() local135 const int64_t costTime = GetElapsedNanoSecondsSinceBoot() - beginTime_; in ~ApiInvokeRecorder() local
158 long long costTime = stopTime - startTime; in ThreadGetHapNetwork() 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
718 uint64_t costTime = (end.tv_sec - start.tv_sec) * S_TO_NS + (end.tv_nsec - start.tv_nsec); in StopSession() local