Shows both callers (who calls this function) and callees (what this function calls) in a single view.
Examples
p <- pv_example()
pv_print_callers_callees(p, "inner")
#> Function 'inner' not found in profiling data.
#> Function 'inner' not found in profiling data.
#> ## FUNCTION ANALYSIS: inner
#>
#>
#> Total time: 0 ms (0.0% of profile)
#> Appearances: 0 samples
#>
#> ### Called by
#> Callers: none
#>
#> ### Calls to
#> Callees: none
#>
#> ### Next steps
#> pv_focus(p, "inner")
