Skip to content

profvis 0.3.8

Latest
Compare
Choose a tag to compare
@wch wch released this 02 May 18:04
· 2 commits to main since this release
  • print() gains an aggregate argument. Use print(profvis(f()), aggregate = TRUE) to aggregate frames by name in the flamegraph. This makes it easier to see the big picture (#115). Set the profvis.aggregate global option to TRUE to change the default.

  • For C function declarations that take no parameters, added void parameter.