Skip to content

Commit

Permalink
Update ips.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Mar 22, 2024
1 parent 034f4f8 commit cbf5e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crashlog/ips.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ type Thread struct {
QosEffective string `json:"qosEffective,omitempty"`
UserTime float64 `json:"userTime"`
UserUsec int `json:"user_usec"`
SystemTime int `json:"systemTime"`
SystemTime float64 `json:"systemTime"`
SystemUsec int `json:"system_usec"`
SchedPriority int `json:"schedPriority"`
}
Expand Down

0 comments on commit cbf5e1d

Please sign in to comment.