(path string)
| 46 | } |
| 47 | |
| 48 | func (c *cpuacctController) Path(path string) string { |
| 49 | return filepath.Join(c.root, path) |
| 50 | } |
| 51 | |
| 52 | func (c *cpuacctController) Stat(path string, stats *v1.Metrics) error { |
| 53 | user, kernel, err := c.getUsage(path) |
no outgoing calls
no test coverage detected