| 50 | const ClocksPerSec = float64(C.CLK_TCK) |
| 51 | |
| 52 | type statCollector struct { |
| 53 | cpu *prometheus.Desc |
| 54 | } |
| 55 | |
| 56 | // NewCPUCollector returns a new Collector exposing CPU stats. |
| 57 | func NewCPUCollector() (Collector, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected