File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,8 @@ are not maintained by the `tokio` project. These include:
397
397
environment variables with an ` env_logger ` compatible syntax.
398
398
- [ ` tracing-unwrap ` ] provides convenience methods to report failed unwraps on ` Result ` or ` Option ` types to a ` Subscriber ` .
399
399
- [ ` diesel-tracing ` ] provides integration with [ ` diesel ` ] database connections.
400
+ - [ ` tracing-tracy ` ] provides a way to collect [ Tracy] profiles in instrumented
401
+ applications.
400
402
401
403
(if you're the maintainer of a ` tracing ` ecosystem crate not in this list,
402
404
please let us know!)
@@ -422,6 +424,8 @@ please let us know!)
422
424
[ `tracing-unwrap` ] : https://docs.rs/tracing-unwrap
423
425
[ `diesel` ] : https://crates.io/crates/diesel
424
426
[ `diesel-tracing` ] : https://crates.io/crates/diesel-tracing
427
+ [ `tracing-tracy` ] : https://crates.io/crates/tracing-tracy
428
+ [ Tracy ] : https://github.com/wolfpld/tracy
425
429
426
430
** Note:** that some of the ecosystem crates are currently unreleased and
427
431
undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change @@ -383,6 +383,8 @@ maintained by the `tokio` project. These include:
383
383
environment variables with an ` env_logger ` compatible syntax.
384
384
- [ ` tracing-unwrap ` ] provides convenience methods to report failed unwraps on ` Result ` or ` Option ` types to a ` Subscriber ` .
385
385
- [ ` diesel-tracing ` ] provides integration with [ ` diesel ` ] database connections.
386
+ - [ ` tracing-tracy ` ] provides a way to collect [ Tracy] profiles in instrumented
387
+ applications.
386
388
387
389
If you're the maintainer of a ` tracing ` ecosystem crate not listed above,
388
390
please let us know! We'd love to add your project to the list!
@@ -401,6 +403,8 @@ please let us know! We'd love to add your project to the list!
401
403
[ `tracing-unwrap` ] : https://docs.rs/tracing-unwrap
402
404
[ `diesel` ] : https://crates.io/crates/diesel
403
405
[ `diesel-tracing` ] : https://crates.io/crates/diesel-tracing
406
+ [ `tracing-tracy` ] : https://crates.io/crates/tracing-tracy
407
+ [ Tracy ] : https://github.com/wolfpld/tracy
404
408
405
409
** Note:** that some of the ecosystem crates are currently unreleased and
406
410
undergoing active development. They may be less stable than ` tracing ` and
Original file line number Diff line number Diff line change 729
729
//! - [`tracing-unwrap`] provides convenience methods to report failed unwraps
730
730
//! on `Result` or `Option` types to a `Subscriber`.
731
731
//! - [`diesel-tracing`] provides integration with [`diesel`] database connections.
732
+ //! - [`tracing-tracy`] provides a way to collect [Tracy] profiles in instrumented
733
+ //! applications.
732
734
//!
733
735
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
734
736
//! please let us know! We'd love to add your project to the list!
752
754
//! [`tracing-unwrap`]: https://docs.rs/tracing-unwrap
753
755
//! [`diesel`]: https://crates.io/crates/diesel
754
756
//! [`diesel-tracing`]: https://crates.io/crates/diesel-tracing
757
+ //! [`tracing-tracy`]: https://crates.io/crates/tracing-tracy
758
+ //! [Tracy]: https://github.com/wolfpld/tracy
755
759
//!
756
760
//! <div class="information">
757
761
//! <div class="tooltip ignore" style="">ⓘ<span class="tooltiptext">Note</span></div>
You can’t perform that action at this time.
0 commit comments