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

Function io_service_time_recursive

src/linux/cgroups.cpp:2102–2110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100
2101
2102Try<vector<Value>> io_service_time_recursive(
2103 const string& hierarchy,
2104 const string& cgroup)
2105{
2106 return readEntries(
2107 hierarchy,
2108 cgroup,
2109 "blkio.io_service_time_recursive");
2110}
2111
2112
2113Try<vector<Value>> io_serviced(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected