aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/src/fprof.erl
AgeCommit message (Collapse)Author
2018-02-06tools: Do not call erlang:get_stacktrace()Hans Bolinder
2017-09-20fprof: Make sure the receiving file can handle UnicodeHans Bolinder
It is assumed that I/O devices can handle character codes greater than 255.
2017-09-05fprof: Modify handling of UnicodeHans Bolinder
It's not clear to me if the receiving file always can handle characters codes greater than 255.
2017-08-24fprof: Sum callers and calleesJohan 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-13handle send_to_non_existing_process trace event in fprofAndreas 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-29fix gc_start\end bugTihon
2016-05-10fprof: Fix unmatched return warningsBjörn-Egil Dahlberg
The return value of trace_clock is never used, return 'ok' instead.
2016-05-10fprof: Fix unmatched return warningsBjörn-Egil Dahlberg
2016-04-29tools: Update fprof with new gc tracesBjörn-Egil Dahlberg
2016-04-15fprof: update to work with new spawned trace eventLukas Larsson
OTP-13499
2016-02-17tools: Add suppression of Dialyzer warningsHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-05Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin
2012-05-16tools: Remove usage of tuple funs in fprofRaimo Niskanen
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-29fprof: Eliminate use of tuple funBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP