Searched refs:time_phases (Results 1 – 4 of 4) sorted by relevance
448 if self.options.time_phases { in command_line_flags()1325 pub fn time_phases(mut self, doit: bool) -> Self { in time_phases() method1326 self.options.time_phases = doit; in time_phases()2019 time_phases: bool, field2353 time_phases, in default()2658 let time_phases = options.time_phases; in generate() localVariable2672 let _t = time::Timer::new("parse").with_output(time_phases); in generate()2762 .with_output(self.options.time_phases); in rustfmt_generated_string()
176 time_phases: bool, field429 time_phases, in builder_from_flags()662 if time_phases { in builder_from_flags()663 builder = builder.time_phases(true); in builder_from_flags()
28 .time_phases(true) in sanity_check_can_generate_stylo_bindings()
538 Timer::new("translation_unit").with_output(options.time_phases); in new()609 Timer::new(name).with_output(self.options.time_phases) in timer()