diff --git a/metrics/cpu_windows.go b/metrics/cpu_windows.go index e4c044a7c84..793e6968097 100644 --- a/metrics/cpu_windows.go +++ b/metrics/cpu_windows.go @@ -26,5 +26,5 @@ func getRUsage(p *process.Process) (inBlock, outBlocks, nvcsw, nivcsw int64) { // getProcessCPUTime retrieves the process' CPU time since program startup. func getProcessCPUTime() int64 { - 0 + return 0 }