1
2
3
4
5
6
// Copyright 2022 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

mod flamegrapher;

pub use flamegrapher::Flamegrapher;