Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlatformLab/NanoLog
/ getTimestamp
Method
getTimestamp
runtime/Log.cc:581–583 ·
view source on GitHub ↗
Returns the runtime timestamp for the log invocation.
Source
from the content-addressed store, hash-verified
579
580
// Returns the runtime timestamp for the log invocation.
581
uint64_t Log::LogMessage::getTimestamp() {
582
return rdtsc;
583
}
584
585
/**
586
* Decoder constructor.
Callers
2
main
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64