fmt
This commit is contained in:
@ -16,7 +16,7 @@ func main() {
|
||||
|
||||
p, _ := process.NewProcess(int32(*flagPID))
|
||||
v, err := p.Times()
|
||||
cnt:=0
|
||||
cnt := 0
|
||||
|
||||
for {
|
||||
if *flagNUM >= 0 && cnt >= *flagNUM {
|
||||
|
Reference in New Issue
Block a user