package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Dec 17, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PIDInfo struct {
Pid int `json:"pid"`
Name string `json:"name"`
TIDs map[int]TIDInfo `json:"threads"`
}
type TIDInfo struct {
Tid int `json:"tid"`
Name string `json:"name"`
Affinity []int `json:"affinity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.