jfjoch_writer: Add index analysis time + refactor saving profiling information
This commit is contained in:
@@ -685,6 +685,8 @@ namespace {
|
||||
message.bragg_prediction_time_s = GetCBORFloat(value);
|
||||
else if (key == "refinement_time")
|
||||
message.refinement_time_s = GetCBORFloat(value);
|
||||
else if (key == "index_analysis_time")
|
||||
message.index_analysis_time_s = GetCBORFloat(value);
|
||||
else if (key == "processing_time")
|
||||
message.processing_time_s = GetCBORFloat(value);
|
||||
else if (key == "preprocessing_time")
|
||||
|
||||
Reference in New Issue
Block a user