Tools Release Notes
Tools 2.2
Improvements and new features
-
The make options 'par' is removed
Emakefiles can now contain compiler options
(Own Id: OTP-4572)
Tools 2.1
Fixed errors and malfunctions
-
An error could occur when stopping cover, and thus unloading all
cover-compiled modules, if any of these modules was used by the code
server itself.
(Own Id: OTP-4269)
-
Some bug fixes in
fprof
regarding complicated call stack
scenarios that caused it to crash.
(Own Id: OTP-4506)
Improvements and new features
-
More memory block types (most of the existing ones) are now identified
by the instrumented emulator.
(Own Id: OTP-4313)
(Aux Id: OTP-4267, OTP-4312, OTP-4314)
-
There is a new tool
cprof
, a call count profiler. It is
something inbetween cover
and fprof
, and can
be used to get a picture of which functions are most frequently called.
See tools
user's guide and reference manual.
(Own Id: OTP-4507)
There are also release notes for
older versions.