1 2 3 4 5 6 7 8
//! This binary is used for profiling with [valgrind](https://valgrind.org/) //! and [kcachegrind](https://kcachegrind.github.io/). use torrust_tracker::console::profiling::run; #[tokio::main] async fn main() { run().await; }