samply 0.13.1

A command line profiler for macOS and Linux.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod chrome;
mod coreclr;
mod elevated_helper;
mod etw_gecko;
#[allow(dead_code)]
mod etw_reader;
mod firefox;
mod gfx;
pub mod import;
mod profile_context;
pub mod profiler;
mod utility_process;
mod winutils;
mod xperf;

pub use elevated_helper::run_elevated_helper;