21 releases

0.4.0 Jul 12, 2024
0.3.0 Nov 15, 2023
0.2.4 Jul 5, 2023
0.2.2 Nov 11, 2022
0.1.4 Jul 13, 2020

#46 in Debugging

Download history 34274/week @ 2024-07-21 30922/week @ 2024-07-28 30059/week @ 2024-08-04 31009/week @ 2024-08-11 30689/week @ 2024-08-18 32317/week @ 2024-08-25 34572/week @ 2024-09-01 31097/week @ 2024-09-08 32884/week @ 2024-09-15 36170/week @ 2024-09-22 32444/week @ 2024-09-29 35869/week @ 2024-10-06 34879/week @ 2024-10-13 39313/week @ 2024-10-20 36982/week @ 2024-10-27 37021/week @ 2024-11-03

152,315 downloads per month
Used in 46 crates (40 directly)

MIT/Apache

46KB
1K SLoC

tracing-tree

Instrument your application with tracing and get tree-structured summaries of your application activity with timing information on the console:

https://github.com/davidbarsky/tracing-tree/blob/483cc0a118c3170f4246d6fa4a9f018a00d8f0a9/examples/quiet.stdout#L1-L28

(Format inspired by slog-term)

Setup

After instrumenting your app with tracing, add this subscriber like this:

let subscriber = Registry::default().with(HierarchicalLayer::new(2));
tracing::subscriber::set_global_default(subscriber).unwrap();

Dependencies

~1.3–8.5MB
~65K SLoC