Skip to content

Commit

Permalink
fixed win build (erigontech#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored and sam committed Apr 5, 2021
1 parent 5686427 commit 03312f3
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 03312f3

Please sign in to comment.