<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/observer, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'dgud/observer/opt-tv-tab/OTP-14856' into maint</title>
<updated>2018-01-22T11:09:29+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-22T11:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8aa0a6aef5623ff226ea511b94b82e514dccc83b'/>
<id>8aa0a6aef5623ff226ea511b94b82e514dccc83b</id>
<content type='text'>
* dgud/observer/opt-tv-tab/OTP-14856:
  observer: Fix change accum
  Remove double calls
  observer: Don't crash for late messages
  observer: Optimize tv tab for many tables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/observer/opt-tv-tab/OTP-14856:
  observer: Fix change accum
  Remove double calls
  observer: Don't crash for late messages
  observer: Optimize tv tab for many tables
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Fix change accum</title>
<updated>2018-01-11T13:53:16+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-05T15:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9392f08642c8b74dc4fc9d32a6959174dfb673eb'/>
<id>9392f08642c8b74dc4fc9d32a6959174dfb673eb</id>
<content type='text'>
Wrong data types was stored in the accum list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrong data types was stored in the accum list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove double calls</title>
<updated>2018-01-11T13:53:16+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-05T15:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=57a1d2116327353f380acba5ba676b669d155649'/>
<id>57a1d2116327353f380acba5ba676b669d155649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Don't crash for late messages</title>
<updated>2018-01-11T13:53:16+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-05T15:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d15f455ba9fd705f02d8e8fdf718465c4a699be1'/>
<id>d15f455ba9fd705f02d8e8fdf718465c4a699be1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: Optimize tv tab for many tables</title>
<updated>2018-01-11T13:53:16+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-05T15:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4cd303540533ec8b7d51b6079fbbf880c179a14f'/>
<id>4cd303540533ec8b7d51b6079fbbf880c179a14f</id>
<content type='text'>
Make it a virtual table, the only table which was not a virtual table.
Updating 10000 rows with many columns and alternating colors takes too
long time to be a viable solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it a virtual table, the only table which was not a virtual table.
Updating 10000 rows with many columns and alternating colors takes too
long time to be a viable solution.
</pre>
</div>
</content>
</entry>
<entry>
<title>[observer] Improve performance for many links or monitors</title>
<updated>2018-01-10T16:49:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-01-10T16:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ebc81123499da2e0fa03f8eb989dfeb785a04bd3'/>
<id>ebc81123499da2e0fa03f8eb989dfeb785a04bd3</id>
<content type='text'>
When a process has many links and/or monitors, it could earlier take
very long time to display the process information window. This is now
improved by only showing a few links and monitors, and then an link
named "more..." to expand the rest.

Reading of the "Link list" from a crashdump is also improved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a process has many links and/or monitors, it could earlier take
very long time to display the process information window. This is now
improved by only showing a few links and monitors, and then an link
named "more..." to expand the rest.

Reading of the "Link list" from a crashdump is also improved.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/etop/include/ERL-534/OTP-14842' into maint</title>
<updated>2018-01-09T11:13:40+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-01-09T11:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=276117e6322bb7cc299c9e22beec0016a32f7806'/>
<id>276117e6322bb7cc299c9e22beec0016a32f7806</id>
<content type='text'>
* siri/etop/include/ERL-534/OTP-14842:
  [observer] Use include_lib instead of include with relative path
  Add runtime_tools/include to tertiary bootstrap
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/etop/include/ERL-534/OTP-14842:
  [observer] Use include_lib instead of include with relative path
  Add runtime_tools/include to tertiary bootstrap
</pre>
</div>
</content>
</entry>
<entry>
<title>[cdv] Don't crash when dump is truncated in module attributes</title>
<updated>2018-01-03T09:55:30+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-12-27T10:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b591bc32b73241032d4ba7c54f214f68d8b3b983'/>
<id>b591bc32b73241032d4ba7c54f214f68d8b3b983</id>
<content type='text'>
This bug was introduced by commit 3b964e8dbaa0cd73ca7a983b3ce948e0dbd2c35c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug was introduced by commit 3b964e8dbaa0cd73ca7a983b3ce948e0dbd2c35c
</pre>
</div>
</content>
</entry>
<entry>
<title>[observer] Use include_lib instead of include with relative path</title>
<updated>2017-12-20T12:36:27+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-12-20T12:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c35ea0683bf7474ac5ff5e1ac3c1ed44f35523b4'/>
<id>c35ea0683bf7474ac5ff5e1ac3c1ed44f35523b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2017-12-08T09:57:50+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-12-08T09:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=47198f179ab14cf8cfcdab0d976650cd1519b236'/>
<id>47198f179ab14cf8cfcdab0d976650cd1519b236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
