Skip to content

Releases: konstin/tracing-durations-export

0.2.0

30 Jan 10:44
Compare
Choose a tag to compare

0.2.0

  • Show whether an active span is running on and blocking the main thread or whether it's running in a threadpool with tokio::task::spawn_blocking. --color-top/color_top gets split into two colors, color top main and color top threadpool. The former is used when the task is running on the main thread, the latter is used when it's offloaded to the threadpool.
  • Colorblind friendly default colors (http://www.cookbook-r.com/Graphs/Colors_(ggplot2)/#a-colorblind-friendly-palette):
    • color top blocking: #E69F0088
    • color top threadpool: #56B4E988
    • color bottom: #E69F0088

v0.1.2

28 Jan 10:17
Compare
Choose a tag to compare
  • Add --inline-field / inline_field option: If the is only one field, display its value inline. Since the text is not limited to its box, text can overlap and become unreadable.

v0.1.1

07 Jan 20:19
Compare
Choose a tag to compare
v0.1.1