samply 0.13.1

A command line profiler for macOS and Linux.
1
2
3
4
5
6
/// The name to use in paths such as config file paths.
pub const SAMPLY_NAME: &str = "samply";

/// What to call samply in user-visible strings like error messages.
#[allow(unused)]
pub const SAMPLY_NAME_PRINT_STRING: &str = "samply";