pub fn end_and_diff(max_report: usize) -> Option<String>
Stop recording and diff this trace against the previous one. Returns None on the first call (nothing to compare against yet), else a report naming every op that differs.
None