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

Function time_recursive

src/linux/cgroups.cpp:1992–2000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1990
1991
1992Try<vector<Value>> time_recursive(
1993 const string& hierarchy,
1994 const string& cgroup)
1995{
1996 return readEntries(
1997 hierarchy,
1998 cgroup,
1999 "blkio.time_recursive");
2000}
2001
2002
2003Try<vector<Value>> sectors(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected