MCPcopy Create free account
hub / github.com/apache/mesos / incrementCall

Method incrementCall

src/master/metrics.cpp:863–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861
862
863void FrameworkMetrics::incrementCall(const scheduler::Call::Type& callType)
864{
865 CHECK(call_types.contains(callType));
866
867 ++call_types.at(callType);
868 ++calls;
869}
870
871
872void FrameworkMetrics::incrementTaskState(const TaskState& state)

Callers 3

schedulerMethod · 0.80
receiveMethod · 0.80
_subscribeMethod · 0.80

Calls 2

atMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected