Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ incrementEvent
Method
incrementEvent
src/master/metrics.cpp:925–929 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
924
925
void FrameworkMetrics::incrementEvent(const scheduler::Event& event)
926
{
927
++CHECK_NOTNONE(event_types.get(event.type()));
928
++events;
929
}
930
931
932
void FrameworkMetrics::incrementEvent(
Callers
2
send
Method · 0.80
heartbeat
Method · 0.80
Calls
2
type
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected