Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ timer_monotonic
Method
timer_monotonic
fdbrpc/sim2.actor.cpp:899–899 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
897
}
898
899
double timer_monotonic() override { return timer(); }
900
901
Future<class Void> delay(double seconds, TaskPriority taskID) override {
902
ASSERT(taskID >= TaskPriority::Min && taskID <= TaskPriority::Max);
Callers
3
Future<double> doGrvProbe
Function · 0.45
Future<double> doReadProbe
Function · 0.45
Future<double> doCommitProbe
Function · 0.45
Calls
1
timer
Function · 0.50
Tested by
no test coverage detected