mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
framework: move instruments -> instrument
Use the singular to be consistent with other modules in wa.framework.
This commit is contained in:
committed by
setrofim
parent
b7aa7d68b5
commit
12a33c8aeb
@@ -16,7 +16,7 @@
|
||||
from devlib import HwmonInstrument as _Instrument
|
||||
|
||||
from wa import Instrument
|
||||
from wa.framework.instruments import fast
|
||||
from wa.framework.instrument import fast
|
||||
|
||||
MOMENTARY_QUANTITIES = ['temperature', 'power', 'voltage', 'current', 'fps']
|
||||
CUMULATIVE_QUANTITIES = ['energy', 'tx', 'tx/rx', 'frames']
|
||||
|
Reference in New Issue
Block a user