iotaledger / bee

A framework for IOTA nodes, clients and applications in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile node with `trace_tools`

Adam-Gleave opened this issue · comments

Now that the tracing tools/console subscriber are in common-rs, we should instrument the commonly used/hot paths of the node so that it can be profiled with a feature flag.

Opened #1228 with the proposed changes.