jfjoch_fpga_test: Add processing time per image metrics

This commit is contained in:
2026-04-17 13:31:49 +02:00
parent 23af9ecefa
commit 588c8d3ed1
7 changed files with 17 additions and 14 deletions
+1
View File
@@ -194,6 +194,7 @@ JFJochReceiverOutput JFJochReceiver::GetFinalStatistics() const {
ret.scan_result = scan_result.GetResult();
ret.scan_result.rotation_lattice = rotation_indexing_lattice;
ret.images_written = images_written;
ret.processing_time = plots.GetMeanProcessingTime();
return ret;
}