MCPcopy 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.
581uint64_t Log::LogMessage::getTimestamp() {
582 return rdtsc;
583}
584
585/**
586 * Decoder constructor.

Callers 2

mainFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64