Releases: atheriel/xrprof
Releases · atheriel/xrprof
v0.3.1
-
The
-o
option can now be used to write the output directly to a file instead of standard output. -
Fixes poor error handling when reading memory on Linux. (#15 by @jimhester)
-
Fixes incomplete support for
prefix
in the Makefile. (#16 by @eddelbuettel) -
Git is no longer required to build from generated tarballs. (#17)
v0.3.0
-
xrprof
can now be built and run on Windows. (#3) -
Experimental support for "mixed-mode" profiling of both R and C/C++ stacks on Linux with
-m
. This also introduces a dependency onlibunwind
. Note that the exact output format is not fixed and may change in the future. (#8) -
Various performance improvements.