//go:build !unix package api import "time" // processCPUTime 非 unix 平台无 getrusage,CPU 均值退化为 0。 func processCPUTime() time.Duration { return 0 }