Skip to main content

GO_CPU_DETAILED_STATE

Constant GO_CPU_DETAILED_STATE 

Source
pub const GO_CPU_DETAILED_STATE: &'static str;
Expand description

The detailed state of the CPU.

§Notes

Value SHOULD match the specific CPU class reported by the Go runtime under /cpu/classes/.... The list of possible values is subject to change with the Go version used.

§Examples

  • "gc/pause"
  • "gc/mark/assist"