1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-04-20 09:40:50 +01:00
Instrumention -> Instrumentation
This commit is contained in:
Siddhanathan Shanmugam 2017-01-12 12:13:05 -08:00 committed by GitHub
parent cb48ece77f
commit e64dc8bc26

View File

@ -87,7 +87,7 @@ device_config = dict(
#################################################################################################### ####################################################################################################
################################### Instrumention Configuration #################################### ################################### Instrumentation Configuration ####################################
#################################################################################################### ####################################################################################################
# This defines the additionnal instrumentation that will be enabled during workload execution, # # This defines the additionnal instrumentation that will be enabled during workload execution, #
# which in turn determines what additional data (such as /proc/interrupts content or Streamline # # which in turn determines what additional data (such as /proc/interrupts content or Streamline #
@ -192,7 +192,7 @@ logging = {
#################################################################################################### ####################################################################################################
#################################### Instruments Configuration ##################################### #################################### Instruments Configuration #####################################
#################################################################################################### ####################################################################################################
# Instrumention Configuration is related to specific instrument's settings. Some of the # # Instrumentation Configuration is related to specific instrument's settings. Some of the #
# instrumentations require specific settings in order for them to work. These settings are # # instrumentations require specific settings in order for them to work. These settings are #
# specified here. # # specified here. #
# Note that these settings only take effect if the corresponding instrument is # Note that these settings only take effect if the corresponding instrument is