profvis 0.3.8
-
print()
gains anaggregate
argument. Useprint(profvis(f()), aggregate = TRUE)
to aggregate frames by name in the flamegraph. This makes it easier to see the big picture (#115). Set theprofvis.aggregate
global option toTRUE
to change the default. -
For C function declarations that take no parameters, added
void
parameter.