<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/tools/doc/src/eprof.xml, branch R16B02_yielding_binary_to_term</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright years</title>
<updated>2013-06-12T17:37:57+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-06-12T17:37:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=710b07ca18417976459335a8b0b81a6f6aa82699'/>
<id>710b07ca18417976459335a8b0b81a6f6aa82699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Document new eprof options</title>
<updated>2013-05-03T17:23:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-05-03T17:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d25013cce3473051b9b8982fc331400f6bf0b4b'/>
<id>1d25013cce3473051b9b8982fc331400f6bf0b4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2012-08-31T12:48:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-08-31T12:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630'/>
<id>2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nonsense of eprof doc</title>
<updated>2012-06-12T09:52:21+00:00</updated>
<author>
<name>Ricardo Catalinas Jiménez</name>
<email>jimenezrick@gmail.com</email>
</author>
<published>2012-06-01T18:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0c01a3485a8c9de2edb37ec9458058dbcd3f8cb2'/>
<id>0c01a3485a8c9de2edb37ec9458058dbcd3f8cb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2011-12-09T15:22:23+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-12-09T15:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=984f4e1c21f2c9f4a03024d36afd393515276a65'/>
<id>984f4e1c21f2c9f4a03024d36afd393515276a65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eprof: Fix invalid references to removed functions</title>
<updated>2011-10-21T15:30:37+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-10-21T15:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c2e6879aee84f04b2132a52580219b13ce586a13'/>
<id>c2e6879aee84f04b2132a52580219b13ce586a13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'egil/eprof' into dev</title>
<updated>2010-06-11T09:38:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2010-06-11T09:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68cd5932ea4a1b8b371a74ab2c817c5bc9b35d1a'/>
<id>68cd5932ea4a1b8b371a74ab2c817c5bc9b35d1a</id>
<content type='text'>
* 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).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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).</pre>
</div>
</content>
</entry>
<entry>
<title>Update eprof documentation</title>
<updated>2010-06-09T12:26:05+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>psyeugenic@gmail.com</email>
</author>
<published>2010-06-04T10:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=100b825383319c9bc5ff57707348d39ad72279a9'/>
<id>100b825383319c9bc5ff57707348d39ad72279a9</id>
<content type='text'>
The eprof documentation is updated to reflect the new eprof application
and some API changes and convenience functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The eprof documentation is updated to reflect the new eprof application
and some API changes and convenience functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>The R13B03 release.</title>
<updated>2009-11-20T14:54:40+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2009-11-20T14:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=84adefa331c4159d432d22840663c38f155cd4c1'/>
<id>84adefa331c4159d432d22840663c38f155cd4c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
