Skip to content

Commit

Permalink
fixed win build (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Apr 2, 2021
1 parent 93dd4cd commit 7b7c341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/cpu_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7b7c341

Please sign in to comment.