Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-21 | tools: Add printout of total number of calls and time in eprof | Björn-Egil Dahlberg | |
2015-03-20 | Replace usage of erlang:now() with usage of new API | Dan Gudmundsson | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-03 | tools: Add options to eprof | Björn-Egil Dahlberg | |
The option set_on_spawn can now be opted out. | |||
2010-11-30 | eprof: fix badarith exception on divide | Björn-Egil Dahlberg | |
Error caused by low resolution timers. | |||
2010-11-22 | Fix eprof API mismatch of sort functionality | Björn-Egil Dahlberg | |
Option {sort, calls} now sorts on calls. Option {sort, time } now sorts on time. | |||
2010-06-11 | Merge branch 'egil/eprof' into dev | Erlang/OTP | |
* egil/eprof: Fix eprof to handle error cases Dialyzer cleanup for eprof Fix fprof_SUITE to use new eprof API Switch pattern API for eprof profile with mfa Update eprof documentation Update eprof_SUITE with more basic tests Rename sorting choices for eprof Teach eprof to align text output Add dump functionality to eprof Add log functionality to eprof Update eprof tests to reflect new eprof Add start timestamp to eprof profiling Teach eprof to use the new breakpoints OTP-8706 egil/eprof eprof has been reimplemented with support in the Erlang virtual machine and is now both faster (i.e. slows down the code being measured less) and scales much better. In measurements we saw speed-ups compared to the old eprof ranging from 6 times (for sequential code that only uses one scheduler/core) up to 84 times (for parallel code that uses 8 cores). | |||
2010-06-09 | Fix eprof to handle error cases | Björn-Egil Dahlberg | |
2010-06-09 | Dialyzer cleanup for eprof | Björn-Egil Dahlberg | |
2010-06-09 | Switch pattern API for eprof profile with mfa | Björn-Egil Dahlberg | |
2010-06-09 | Rename sorting choices for eprof | Björn-Egil Dahlberg | |
- Added {sort, mfa} option | |||
2010-06-09 | Teach eprof to align text output | Björn-Egil Dahlberg | |
2010-06-09 | Add dump functionality to eprof | Björn-Egil Dahlberg | |
2010-06-09 | Add log functionality to eprof | Björn-Egil Dahlberg | |
2010-06-09 | Add start timestamp to eprof profiling | Björn-Egil Dahlberg | |
2010-06-09 | Teach eprof to use the new breakpoints | Björn-Egil Dahlberg | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |