summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_stats.go
blob: 9d3b77e572866aeffc4e11c00670f7ff278c9eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * HCS API
 *
 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
 *
 * API version: 2.1
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package hcsschema

//  CPU runtime statistics
type ProcessorStats struct {

	TotalRuntime100ns int32 `json:"TotalRuntime100ns,omitempty"`

	RuntimeUser100ns int32 `json:"RuntimeUser100ns,omitempty"`

	RuntimeKernel100ns int32 `json:"RuntimeKernel100ns,omitempty"`
}