microprobe.target.uarch.element_type.GenericMicroarchitectureElementType¶
-
class
GenericMicroarchitectureElementType(name, description)[source]¶ Bases:
microprobe.target.uarch.element_type.MicroarchitectureElementTypeClass to represent a generic microarchitecture element type.
-
__init__(name, description)[source]¶ Create a generic microarchitecture element type.
Parameters: Returns: GenericMicroarchitectureElementType instance
Return type:
Methods
__init__(name, description)Create a generic microarchitecture element type. list_properties([tabs])register_property(prop[, force])param prop: unregister_property(prop)param prop: Attributes
descriptionMicroarchitecture element type description ( str).nameMicroarchitecture element type name ( str).properties
-
list_properties(tabs=0)¶
-
properties¶
-
register_property(prop, force=False)¶ Parameters: prop –
-
unregister_property(prop)¶ Parameters: prop –
-