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

Function ToMicroSeconds

util/system/datetime.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#endif
19
20static ui64 ToMicroSeconds(const struct timeval& tv) {
21 return (ui64)tv.tv_sec * 1000000 + (ui64)tv.tv_usec;
22}
23
24#if defined(_win_)
25static ui64 ToMicroSeconds(const FILETIME& ft) {

Callers 4

MicroSecondsFunction · 0.85
ThreadCPUUserTimeFunction · 0.85
ThreadCPUSystemTimeFunction · 0.85
ThreadCPUTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected