mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-20 23:36:02 +01:00
doc: Fix typos in method map template
This commit is contained in:
@ -3,15 +3,17 @@
|
|||||||
Instrumentation Signal-Method Mapping
|
Instrumentation Signal-Method Mapping
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Instrument methods get automatically hooked up to signals based on their names. Mostly, the method
|
Instrument methods get automatically hooked up to signals based on their names.
|
||||||
name correponds to the name of the signal, however there are a few convienience aliases defined
|
Mostly, the method name corresponds to the name of the signal, however there are
|
||||||
(listed first) to make easier to relate instrumenation code to the workload execution model.
|
a few convenience aliases defined (listed first) to make easier to relate
|
||||||
|
instrumentation code to the workload execution model.
|
||||||
|
|
||||||
$signal_names
|
$signal_names
|
||||||
|
|
||||||
The methods above may be decorated with on the listed decorators to set the priority of the
|
The methods above may be decorated with on the listed decorators to set the
|
||||||
Instrument method realive to other callbacks registered for the signal (within the same priority
|
priority of the Instrument method relative to other callbacks registered for the
|
||||||
level, callbacks are invoked in the order they were registered). The table below shows the mapping
|
signal (within the same priority level, callbacks are invoked in the order they
|
||||||
of the decorator to the corresponding priority:
|
were registered). The table below shows the mapping of the decorator to the
|
||||||
|
corresponding priority:
|
||||||
|
|
||||||
$priority_prefixes
|
$priority_prefixes
|
||||||
|
Reference in New Issue
Block a user