good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 93dd4cd2 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

fixed win build (#1654)

parent 24331da1
No related branches found
No related tags found
Loading
......@@ -23,3 +23,8 @@ import (
func getRUsage(p *process.Process) (inBlock, outBlocks, nvcsw, nivcsw int64) {
return 0, 0, 0, 0
}
// getProcessCPUTime retrieves the process' CPU time since program startup.
func getProcessCPUTime() int64 {
0
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment