MCPcopy Create free account
hub / github.com/dmlc/parameter_server / MonitorMaster

Method MonitorMaster

src/system/monitor.h:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6class MonitorMaster : public Customer {
7 public:
8 MonitorMaster(const string& my_name, const string& parent_name)
9 : Customer(my_name, parent_name) {
10 }
11 MonitorMaster(Customer* parent)
12 : MonitorMaster(parent->name()+"monitor", parent->name()) { }
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected