Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1992
Try<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
2003
Try<vector<Value>> sectors(
Callers
1
usage
Method · 0.85
Calls
1
readEntries
Function · 0.85
Tested by
no test coverage detected