MCPcopy Create free account
hub / github.com/catboost/catboost / TimeStamp

Function TimeStamp

library/cpp/neh/udp.cpp:369–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 typedef ui64 TTimeStamp;
368
369 static inline TTimeStamp TimeStamp() noexcept {
370 return GetCycleCount() >> 31;
371 }
372
373 struct TRequestDescr: public TIntrusiveListItem<TRequestDescr> {
374 inline TRequestDescr(const TString& guid, const TNotifyHandleRef& hndl, const TMessage& msg)

Callers 2

TRequestDescrMethod · 0.85
EraseStaleMethod · 0.85

Calls 1

GetCycleCountFunction · 0.85

Tested by

no test coverage detected