1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

Update documentation

Update documentation with new API for Output Processors which includes
the context in the intialize and finalize methods.
This commit is contained in:
Waleed El-Geresy 2018-09-05 10:30:28 +01:00 committed by Marc Bonnici
parent 718f2c1c90
commit 6239f6ab2f

View File

@ -343,7 +343,7 @@ see the
A list of additional :class:`Parameters` the output processor can take. A list of additional :class:`Parameters` the output processor can take.
:initialize(): :initialize(context):
This method will only be called once during the workload run This method will only be called once during the workload run
therefore operations that only need to be performed initially should therefore operations that only need to be performed initially should
@ -373,7 +373,7 @@ see the
existing data collected/generated for the run as a whole. E.g. existing data collected/generated for the run as a whole. E.g.
uploading them to a database etc. uploading them to a database etc.
:finalize(): :finalize(context):
This method is the complement to the initialize method and will also This method is the complement to the initialize method and will also
only be called once. only be called once.