MCPcopy Create free account
hub / github.com/apache/brpc / GetTimestamp

Function GetTimestamp

src/butil/logging.cc:459–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457#endif
458
459TimeVal GetTimestamp() {
460#if defined(OS_LINUX) || defined(OS_MACOSX)
461 timeval tv;
462 gettimeofday(&tv, NULL);
463 return tv;
464#else
465 return { time(NULL) };
466#endif
467}
468
469struct BAIDU_CACHELINE_ALIGNMENT LogInfo {
470 ~LogInfo() = default;

Callers 3

PrintLogPrefixFunction · 0.85
PrintLogFunction · 0.85
OnLogMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected