@hackage bustle0.7.5

Draw sequence diagrams of D-Bus traffic

  • Installation

    Custom

  • Tested Compilers

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      hgettext
       (on by default)

      Enable translations. Since there are no translations this is currently rather pointless.

      interactivetests
       (off by default)

      Build interactive test programs

      threaded
       (on by default)

      Build with the multi-threaded runtime

Bustle records and draws sequence diagrams of D-Bus activity, showing signal emissions, method calls and their corresponding returns, with timestamps for each individual event and the duration of each method call. This can help you check for unwanted D-Bus traffic, and pinpoint why your D-Bus-based application isn't performing as well as you like. It also provides statistics like signal frequencies and average method call times.