Added some docs

This commit is contained in:
Diptanu Choudhury
2016-05-20 11:38:15 -07:00
parent b7158be541
commit df68129e5a
2 changed files with 5 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ type ProcessState struct {
Time time.Time
}
// NomadPid holds a pid and it's cpu percentage calculator
type NomadPid struct {
pid int
cpuStats *stats.CpuStats