Versions in this module Expand all Collapse all v0 v0.0.2 Jul 17, 2023 v0.0.1 Jul 17, 2023 Changes in this version + var LoggingClient logger.LoggingClient — darwin/amd64, js/wasm + func AvgCpuUsage(init, final CpuUsage) (avg float64) + func StartCpuUsageAverage(appWg *sync.WaitGroup, appCtx context.Context, logger logger.LoggingClient) + type CpuUsage struct + Busy uint64 + Idle uint64 + Total uint64 + func PollCpu() (cpuSnapshot CpuUsage) + type FileTime struct — windows/amd64 + HighDateTime uint32 + LowDateTime uint32 + type SystemUsage struct + CpuBusyAvg float64 + Memory memoryUsage + func NewSystemUsage() (s SystemUsage)