diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-09 17:47:21 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-01-09 17:47:43 +0000 |
commit | 4e43e2d766da9ea868ac38efa67b8904918de9fc (patch) | |
tree | cb9b6753cef279bb23f0d8ab36c4dc2e4ca07f83 /NEWS | |
parent | 825173d0c6557c32a3946211f64b2f5bc543e4a9 (diff) |
NEWS: merge with website's news.
This will be the canonical copy from now on. I'll update the website
from this file.
There's the potential downside of screenshot cruft cluttering up NEWS,
but no-one reads it anyway. (Neither does anyone read this, of course.)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 19 insertions, 9 deletions
@@ -45,13 +45,13 @@ and it now has a bug tracker there too. Browse the source at <http://wjt.me.uk/bustle/bugs>; file new ones at <http://wjt.me.uk/bustle/new-bug>. Astonishing! -Fixes: - * The viewer is now much more tolerant of inconsistencies in log files. - (fd.o#35297; thanks to Marco Barisione for the report) + (Thanks to Marco Barisione for the [bug report][fdo35297].) +* The linking order for bustle-dbus-monitor is fixed. (Thanks to Sergei + Trofimovich.) +* Miscellaneous clean-up. -* The linking order for bustle-dbus-monitor is fixed. (Sergei - Trofimovich) +[fdo35297]: https://bugs.freedesktop.org/show_bug.cgi?id=35297 Bustle 0.2.3 (2010-10-29) @@ -60,11 +60,21 @@ Bustle 0.2.3 (2010-10-29) The “Will it be a scone? Or will it be a lecture in category theory?” release. -Enhancements: +<div>[[!img bustle-0.2.3.png size="200x143" alt="screenshot of side-by-side session and system bus logs" class="floated screenshot"]]</div> + +You can now show a session bus log and a system bus log side-by-side, with the +same time scale and with events interleaved as they happened. This might come +in useful for full-system profiling, or for frameworks where actions on one bus +lead to reactions on another. + +Record the two logs as normal, by running something like: + +> <kbd>% bustle-dbus-monitor --session \> session.bustle &<br/> +> % bustle-dbus-monitor --system \> system.bustle &</kbd> -* You can now display two logs (for the session bus and the system bus) - side by side. This is handy if you want to match up timestamps - between the two logs. +Then go do whatever you want to profile. When you're done, kill the two +loggers. In Bustle, choose **File → Open a pair of logs…** to show them +side-by-side. You can save the diagram to a PDF as normal. Bustle 0.2.2 (2010-06-29) |