ProcessorFeatureResponse

data class ProcessorFeatureResponse(val name: String? = null, val value: String? = null)

Definition of ProcessorFeature

Constructors

Link copied to clipboard
constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the processor feature. Valid names are coreCount and threadsPerCore.

Link copied to clipboard
val value: String? = null

The value of a processor feature name.