MCPcopy Create free account
hub / github.com/LBANN/lbann / pid

Method pid

src/utils/system_info.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99} // namespace
100
101std::string SystemInfo::pid() const { return std::to_string(getpid()); }
102
103std::string SystemInfo::host_name() const
104{

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected