MCPcopy Create free account
hub / github.com/apple/foundationdb / systemMonitor

Function systemMonitor

flow/SystemMonitor.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void systemMonitor() {
45 static StatisticsState statState = StatisticsState();
46#if !DEBUG_DETERMINISM
47 customSystemMonitor("ProcessMetrics", &statState, true);
48#endif
49}
50
51SystemStatistics getSystemStatistics() {
52 static StatisticsState statState = StatisticsState();

Callers 5

whenFunction · 0.85
startSystemMonitorFunction · 0.85
fdb_flow_testFunction · 0.85
createDatabaseMethod · 0.85
runNetworkFunction · 0.85

Calls 2

StatisticsStateClass · 0.85
customSystemMonitorFunction · 0.85

Tested by

no test coverage detected