Searched refs:time_phases (Results 1 – 3 of 3) sorted by relevance
374 if self.options.time_phases { in command_line_flags()1177 pub fn time_phases(mut self, doit: bool) -> Self { in time_phases() method1178 self.options.time_phases = doit; in time_phases()1761 time_phases: bool, field2025 time_phases: false, in default()2271 let time_phases = options.time_phases; in generate() localVariable2285 let _t = time::Timer::new("parse").with_output(time_phases); in generate()2384 .with_output(self.options.time_phases); in rustfmt_generated_string()
681 builder = builder.time_phases(true); in builder_from_flags()
527 Timer::new("translation_unit").with_output(options.time_phases); in new()597 Timer::new(name).with_output(self.options.time_phases) in timer()