You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(layer): correctly track entered and exited state for timings (#212)
## Motivation
The timings were not properly tracked when multiple enters or exits
occurred out of order.
Closes#123
## Solution
Count how many times the span has been entered and exited. This copies
what `tracing-subscriber` does in its `fmt::Layer`.
0 commit comments