aboutsummaryrefslogtreecommitdiff
path: root/gather-metrics.sh
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-06-16 01:13:37 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2022-06-16 01:15:26 +0530
commita9d4a2e8c70c668456ee0e424da2f3fe41962861 (patch)
tree00c5f1a506ab64d887e9818789cd2a5cb896afa1 /gather-metrics.sh
parent50778513569e3db5d8a5755ab84064f358ee65a5 (diff)
Rename nm-data-to-csv.py to size-data-to-csv.py.
Follows convention of <metric>-data-to-csv.py. Change-Id: I6f4be0976a27e9c4d8c054d5999e4c789e0a5c58
Diffstat (limited to 'gather-metrics.sh')
-rwxr-xr-xgather-metrics.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gather-metrics.sh b/gather-metrics.sh
index 77ab07b..bd647d7 100755
--- a/gather-metrics.sh
+++ b/gather-metrics.sh
@@ -80,7 +80,7 @@ num_entries_opt="${num_dsos+--num-dsos $num_dsos} ${num_symbols+--num-symbols $n
gather_perf_data $has_perf_logs $hw_tag $results_dir $csv_results_dir
# Gather data for size metric.
-$bmk_scripts/nm-data-to-csv.py "$results_dir" \
+$bmk_scripts/size-data-to-csv.py "$results_dir" \
"$csv_results_dir/size.csv"
# Gather data for vect metric.