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

Function time

src/linux/cgroups.cpp:1981–1989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1979namespace cfq {
1980
1981Try<vector<Value>> time(
1982 const string& hierarchy,
1983 const string& cgroup)
1984{
1985 return readEntries(
1986 hierarchy,
1987 cgroup,
1988 "blkio.time");
1989}
1990
1991
1992Try<vector<Value>> time_recursive(

Callers 4

nowMethod · 0.85
encodeMethod · 0.85
SetUpMethod · 0.85
usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by 1

SetUpMethod · 0.68