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

Method Set

library/cpp/neh/netliba.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void Set(size_t idAddr) {
92 Tm_.Get(idAddr).Val.store(TInstant::Now().GetValue(), std::memory_order_release);
93 }
94
95 static TLastAckTimes& Common() {
96 return *Singleton<TLastAckTimes>();

Callers

nothing calls this directly

Calls 4

NowFunction · 0.50
storeMethod · 0.45
GetMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected