#tracing #git #version-control #operations #level #gix #trace

gix-trace

A crate to provide minimal tracing support that can be turned off to zero cost

10 releases

0.1.9 Apr 13, 2024
0.1.8 Mar 14, 2024
0.1.7 Jan 15, 2024
0.1.6 Dec 30, 2023
0.1.2 Jun 29, 2023

#100 in Procedural macros

Download history 76972/week @ 2024-01-03 84316/week @ 2024-01-10 98940/week @ 2024-01-17 101712/week @ 2024-01-24 114431/week @ 2024-01-31 119521/week @ 2024-02-07 117314/week @ 2024-02-14 121387/week @ 2024-02-21 128628/week @ 2024-02-28 127548/week @ 2024-03-06 135449/week @ 2024-03-13 147811/week @ 2024-03-20 136066/week @ 2024-03-27 131021/week @ 2024-04-03 137003/week @ 2024-04-10 120866/week @ 2024-04-17

548,888 downloads per month
Used in 224 crates (13 directly)

MIT/Apache

39KB
1K SLoC

A crate providing macros for creating spans in various detail levels. coarse! should be used for top-level operations, whereas detail! should be used in plumbing crates unless their operations are likely to cost a lot of time.

The application is supposed to explicitly turn on tracing via gix-features. Crates that use gix-features should use gix_features::trace, and those who don't can use gix_trace directly.

Feature Flags

Dependencies

~86KB