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
#[allow(deref_nullptr)]
mod dyld_bindings;

pub mod codesign_setup;
mod error;
pub mod kernel_error;
mod mach_ipc;
mod proc_maps;
mod process_launcher;
pub mod profiler;
mod sampler;
mod task_profiler;
pub mod thread_act;
pub mod thread_info;
mod thread_profiler;
mod time;