Lines Matching refs:TIME_ARGS

132 #define TIME_ARGS(t) \  macro
181 TIME_ARGS ((s)->shot_to_save), TIME_ARGS ((s)->shot_to_snapshot), \
182 TIME_ARGS ((s)->shot_to_shot), \
183 TIME_ARGS ((s)->preview_to_precapture), \
184 TIME_ARGS ((s)->shot_to_buffer))
1015 TIME_ARGS (startup_time - initial_time), TIME_ARGS (target_startup)); in print_performance_data()
1017 TIME_ARGS (change_mode_after - change_mode_before), in print_performance_data()
1018 TIME_ARGS (target_change_mode)); in print_performance_data()
1098 TIME_ARGS (min.shot_to_shot), TIME_ARGS (max.shot_to_shot), in print_performance_data()
1099 TIME_ARGS (avg.shot_to_shot), in print_performance_data()
1100 TIME_ARGS (avg_wo_first.shot_to_shot), in print_performance_data()
1101 TIME_ARGS (target_shot_to_shot), in print_performance_data()
1106 TIME_ARGS (min.shot_to_save), TIME_ARGS (max.shot_to_save), in print_performance_data()
1107 TIME_ARGS (avg.shot_to_save), in print_performance_data()
1108 TIME_ARGS (avg_wo_first.shot_to_save), in print_performance_data()
1109 TIME_ARGS (target_shot_to_save), in print_performance_data()
1114 TIME_ARGS (min.shot_to_snapshot), in print_performance_data()
1115 TIME_ARGS (max.shot_to_snapshot), in print_performance_data()
1116 TIME_ARGS (avg.shot_to_snapshot), in print_performance_data()
1117 TIME_ARGS (avg_wo_first.shot_to_snapshot), in print_performance_data()
1118 TIME_ARGS (target_shot_to_snapshot), in print_performance_data()
1123 "\n", TIME_ARGS (min.preview_to_precapture), in print_performance_data()
1124 TIME_ARGS (max.preview_to_precapture), in print_performance_data()
1125 TIME_ARGS (avg.preview_to_precapture), in print_performance_data()
1126 TIME_ARGS (avg_wo_first.preview_to_precapture), in print_performance_data()
1127 TIME_ARGS (target_preview_to_precapture), in print_performance_data()
1132 "\n", TIME_ARGS (min.shot_to_buffer), TIME_ARGS (max.shot_to_buffer), in print_performance_data()
1133 TIME_ARGS (avg.shot_to_buffer), TIME_ARGS (avg_wo_first.shot_to_buffer), in print_performance_data()
1134 TIME_ARGS (target_shot_to_buffer), in print_performance_data()