Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
namespace phxsql {
17
18
PhxTimer::PhxTimer() {
19
gettimeofday(&val_, NULL);
20
}
21
22
uint32_t PhxTimer::GetTime() {
23
struct timeval val;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected