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

Function MicroSeconds

util/system/datetime.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#endif
33
34ui64 MicroSeconds() noexcept {
35 struct timeval tv;
36 gettimeofday(&tv, nullptr);
37
38 return ToMicroSeconds(tv);
39}
40
41ui64 ThreadCPUUserTime() noexcept {
42#if defined(_win_)

Callers 15

ClearMethod · 0.85
GetWallTimeFunction · 0.85
CpuDurationToDurationFunction · 0.85
SuggestSleepDelayFunction · 0.85
Y_UNIT_TESTFunction · 0.85
SyncStopMethod · 0.85
TContBIOMethod · 0.85
ReadMethod · 0.85
SimpleTestCaseFunction · 0.85
THostEntropyMethod · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 2

gettimeofdayFunction · 0.85
ToMicroSecondsFunction · 0.85

Tested by 1

TestTimeUnitsFunction · 0.68