You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`profvis`](https://github.com/r-lib/profvis) is a more widely used and established profiling package, and it existed before `proffer`.
216
+
`proffer` was originally developed because:
217
+
218
+
1.[`profvis`](https://github.com/r-lib/profvis) flame graphs [did not originally support aggregation](https://github.com/r-lib/profvis/issues/115).
219
+
2.[`profvis`](https://github.com/r-lib/profvis) visualizations [performed slowly on large profiling datasets](https://github.com/r-lib/profvis/issues/104).
220
+
221
+
Since then, (1) [has been fixed](https://github.com/r-lib/profvis/pull/126), and it is possible to produce aggregated flame graphs with `print(profvis::provis(...), aggregate = TRUE)`.
222
+
When (2) is also addressed, `proffer` may be superseded.
0 commit comments