Skip to content

Commit e13b9bf

Browse files
committed
Adding summary output
1 parent 92ba4d4 commit e13b9bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

prodtests/full-system-test/gen_single_gpu_rtc_benchmark.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,13 @@ if [[ "$RUN_BENCHMARK" == "1" ]]; then
168168

169169
if [[ -f "$GPU_RECO_ANALYZER" ]]; then
170170
analysis_pdf="${log%.log}_gpu_reconstruction_times.pdf"
171+
summary_txt="${log%.log}_gpu_reconstruction_summary.txt"
171172

172173
echo "# Analyzing gpu-reconstruction timeslices"
173174
echo "# analyzer: $GPU_RECO_ANALYZER"
174175
echo "# plot: $analysis_pdf"
175176

176-
python3 "$GPU_RECO_ANALYZER" --logfile "$log" --output "$analysis_pdf" || {
177+
python3 "$GPU_RECO_ANALYZER" --logfile "$log" --output "$analysis_pdf" --summary-output "$summary_txt" || {
177178
echo "WARNING: gpu-reconstruction timing analysis failed" >&2
178179
}
179180
else

0 commit comments

Comments
 (0)