MCPcopy Create free account
hub / github.com/Tencent/phxsql / PhxTimer

Method PhxTimer

phxcomm/utils/phx_timer.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace phxsql {
17
18PhxTimer::PhxTimer() {
19 gettimeofday(&val_, NULL);
20}
21
22uint32_t PhxTimer::GetTime() {
23 struct timeval val;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected