We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ba4d4 commit e13b9bfCopy full SHA for e13b9bf
1 file changed
prodtests/full-system-test/gen_single_gpu_rtc_benchmark.sh
@@ -168,12 +168,13 @@ if [[ "$RUN_BENCHMARK" == "1" ]]; then
168
169
if [[ -f "$GPU_RECO_ANALYZER" ]]; then
170
analysis_pdf="${log%.log}_gpu_reconstruction_times.pdf"
171
+ summary_txt="${log%.log}_gpu_reconstruction_summary.txt"
172
173
echo "# Analyzing gpu-reconstruction timeslices"
174
echo "# analyzer: $GPU_RECO_ANALYZER"
175
echo "# plot: $analysis_pdf"
176
- python3 "$GPU_RECO_ANALYZER" --logfile "$log" --output "$analysis_pdf" || {
177
+ python3 "$GPU_RECO_ANALYZER" --logfile "$log" --output "$analysis_pdf" --summary-output "$summary_txt" || {
178
echo "WARNING: gpu-reconstruction timing analysis failed" >&2
179
}
180
else
0 commit comments