Print profile comparison
Examples
p1 <- pv_example()
p2 <- pv_example()
pv_print_compare(p1, p2)
#> ## PROFILE COMPARISON
#>
#>
#>
#> ### Overall
#> before_ms: 70
#> after_ms: 70
#> diff_ms: +0
#> speedup: 1.00x
#>
#> ### Biggest Changes
#> Function Before After Diff Change
#>
#> ### Next steps
#> pv_focus(p_before, "rnorm")
#> pv_focus(p_after, "rnorm")
