mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 06:08:03 +00:00
9cc16e539e
* Implement instrumentation for performance profiling * Add profiling to runtime functions declared in `decl_module` inc. `on_initialize` and `on_finalize` * Remove changes * add docs, tidy up * fix versions * fix copyright date * switch to hashmap and instant * update example * update example * implement receiver for logger and make default * fix comment * use `if_std!` macro * remove whitespace * fix whitespace * fix nits
17 lines
321 B
TOML
17 lines
321 B
TOML
[package]
|
|
name = "substrate-tracing"
|
|
version = "2.0.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = { version = "0.4.8" }
|
|
parking_lot = "0.9.0"
|
|
tracing-core = "0.1.7"
|
|
|
|
substrate-telemetry = { path = "../telemetry" }
|
|
|
|
[dev-dependencies]
|
|
tracing = "0.1.10"
|