issues
search
r-lib
/
profvis
Visualize R profiling data
https://profvis.r-lib.org/
Other
305
stars
38
forks
source link
Clarify the main profvis loop
#169
Closed
hadley
closed
2 months ago
hadley
commented
2 months ago
Ensure that we always terminate
RProf()
even if the expr errors
Make it a bit more clear how expr works (we regenerate the lazy binding on every iteration)
Ensure we always set lines, even if the expr errors. (This is what lead to the mystifying lines is not a character vector error)
RProf()
even if the expr errors