diff --git a/tools/profiling/latency_profile/run_latency_profile.sh b/tools/profiling/latency_profile/run_latency_profile.sh index 40c6fcb4314..618db202dc4 100755 --- a/tools/profiling/latency_profile/run_latency_profile.sh +++ b/tools/profiling/latency_profile/run_latency_profile.sh @@ -96,10 +96,11 @@ fi make CONFIG=basicprof -j$CPUS qps_json_driver mkdir -p reports -echo '
' > reports/index.html bins/basicprof/qps_json_driver --scenarios_json="$SCENARIOS_JSON_ARG" -echo '' >> reports/index.html + +echo 'Latency profile for:' >> reports/index.html
' > reports/index.html +echo "${SCENARIOS_JSON_ARG}" >> reports/index.html +echo '' >> reports/index.html $PYTHON tools/profiling/latency_profile/profile_analyzer.py \ --source=latency_trace.txt --fmt=simple >> reports/index.html -echo '' >> reports/index.html -echo '' >> reports/index.html +echo '