Add missing doc for cpu.TimesStat structure

pull/461/head
Adam Medzinski 7 years ago
parent bfe3c2e8f4
commit 22f3299fd7
No known key found for this signature in database
GPG Key ID: 8D547058C6F02055

@ -12,6 +12,9 @@ import (
"github.com/shirou/gopsutil/internal/common"
)
// TimesStat contains the amounts of time the CPU has spent performing different
// kinds of work. Time units are in USER_HZ or Jiffies (typically hundredths of
// a second). It is based on linux /proc/stat file.
type TimesStat struct {
CPU string `json:"cpu"`
User float64 `json:"user"`

Loading…
Cancel
Save