1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-21 15:55:58 +01:00

get options in config_example.py reachable

Some options in config_example.py are not reachable. It makes users
confused. So make the options in the file as gobal_alias.

Signed-off-by: zhizhou.zhang <zhizhou.zhang@spreadtrum.com>
This commit is contained in:
zhizhou.zhang
2015-06-04 15:50:23 +08:00
parent 3044d192f9
commit 7422a72a7b
5 changed files with 17 additions and 12 deletions
wlauto

@ -198,18 +198,6 @@ logging = {
# The kinds of sensors hwmon instrument will look for
#hwmon_sensors = ['energy', 'temp']
####################################################################################################
##################################### streamline configuration #####################################
# The port number on which gatord will listen
#port = 8080
# Enabling/disabling the run of 'streamline -analyze' on the captured data.
#streamline_analyze = True
# Enabling/disabling the generation of a CSV report
#streamline_report_csv = True
####################################################################################################
###################################### trace-cmd configuration #####################################