Searched refs:explanation_str (Results 1 – 2 of 2) sorted by relevance
607 let explanation_str: String; in measurement_complete() localVariable610 explanation_str = "No change in performance detected.".to_owned(); in measurement_complete()617 explanation_str = in measurement_complete()623 explanation_str = in measurement_complete()627 explanation_str = "Change within noise threshold.".to_owned(); in measurement_complete()683 println!("{}{}", " ".repeat(24), explanation_str); in measurement_complete()
575 let explanation_str: String; in comparison() localVariable578 explanation_str = "No change in performance detected.".to_owned(); in comparison()583 explanation_str = "Performance has improved.".to_owned(); in comparison()586 explanation_str = "Performance has regressed.".to_owned(); in comparison()589 explanation_str = "Change within noise threshold.".to_owned(); in comparison()598 explanation: explanation_str, in comparison()