torsh-profiler 0.1.2

Performance profiling and monitoring for ToRSh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Export and reporting functionality

#![allow(ambiguous_glob_reexports)]

pub mod dashboard;
pub mod formats;
pub mod reporting;

// Re-export export types
pub use dashboard::*;
pub use formats::*;
pub use reporting::*;