Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-06 | tools: Do not call erlang:get_stacktrace() | Hans Bolinder | |
2017-09-20 | fprof: Make sure the receiving file can handle Unicode | Hans Bolinder | |
It is assumed that I/O devices can handle character codes greater than 255. | |||
2017-09-05 | fprof: Modify handling of Unicode | Hans Bolinder | |
It's not clear to me if the receiving file always can handle characters codes greater than 255. | |||
2017-08-24 | fprof: Sum callers and callees | Johan Claesson | |
When sampling multiple processes and analyzing with totals true sum together all caller and callee entries which concerns the same function. Previous behaviour was to report each contributing entry. | |||
2016-10-13 | handle send_to_non_existing_process trace event in fprof | Andreas Schultz | |
fprof did not handle this trace event. Sending to a non existing process should not be much different from sending to an existing process, so duplicate that logic. | |||
2016-07-29 | fix gc_start\end bug | Tihon | |
2016-05-10 | fprof: Fix unmatched return warnings | Björn-Egil Dahlberg | |
The return value of trace_clock is never used, return 'ok' instead. | |||
2016-05-10 | fprof: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-04-29 | tools: Update fprof with new gc traces | Björn-Egil Dahlberg | |
2016-04-15 | fprof: update to work with new spawned trace event | Lukas Larsson | |
OTP-13499 | |||
2016-02-17 | tools: Add suppression of Dialyzer warnings | Hans Bolinder | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2012-05-16 | tools: Remove usage of tuple funs in fprof | Raimo Niskanen | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-29 | fprof: Eliminate use of tuple fun | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |