mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 22:55:43 +00:00
Add instrumentation, with performance profiling capability (#4132)
* 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
This commit is contained in:
committed by
Gavin Wood
parent
082c58176e
commit
9cc16e539e
@@ -28,6 +28,7 @@ members = [
|
||||
"client/executor/runtime-test",
|
||||
"client/finality-grandpa",
|
||||
"client/header-metadata",
|
||||
"client/tracing",
|
||||
"client/keystore",
|
||||
"client/network",
|
||||
"client/offchain",
|
||||
|
||||
Reference in New Issue
Block a user