mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 14:26:09 +01:00
Minor fix to rst table generation.
Updated format_simple_table to take headers into account when calculating column widths. Also updated docs where it currently used.
This commit is contained in:
@ -61,13 +61,13 @@ Instrument method realive to other callbacks registered for the signal (within t
|
||||
level, callbacks are invoked in the order they were registered). The table below shows the mapping
|
||||
of the prifix to the corresponding priority:
|
||||
|
||||
=========== ===
|
||||
=========== ========
|
||||
prefix priority
|
||||
=========== ===
|
||||
very_fast\_ 20
|
||||
fast\_ 10
|
||||
normal\_ 0
|
||||
slow\_ -10
|
||||
very_slow\_ -20
|
||||
=========== ===
|
||||
=========== ========
|
||||
very_fast\_ 20
|
||||
fast\_ 10
|
||||
normal\_ 0
|
||||
slow\_ -10
|
||||
very_slow\_ -20
|
||||
=========== ========
|
||||
|
||||
|
Reference in New Issue
Block a user