Searched refs:GetOnChangeTime (Results 1 – 5 of 5) sorted by relevance
1253 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun…1268 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count();1283 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count();1303 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun… in ObserverSnapBatchPerformance()1342 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun…1363 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count();1388 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun… in ObserverSnapTransactionPerformance()1401 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).count(); in ObserverSnapTransactionPerformance()1448 …double duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick).coun…
1333 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);1349 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);1364 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);1383 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick); in KvObserverBatchPerformance()1420 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);1439 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);1461 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick); in KvObserverTransactionPerformance()1507 auto duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);1530 duration = std::chrono::duration_cast<microseconds>(observer.GetOnChangeTime() - tick);
135 microClock_type GetOnChangeTime() in GetOnChangeTime() function in DistributeddbKvBatchCrud::KvStoreObserverSnapImpl
57 microClock_type GetOnChangeTime();
182 microClock_type KvStoreObserverImpl::GetOnChangeTime() in GetOnChangeTime() function in KvStoreObserverImpl