legion_prof 0.2406.0

Legion Prof: a profiler for Legion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod analyze;
#[cfg(feature = "archiver")]
pub mod archiver;
pub mod common;
#[cfg(any(
    feature = "archiver",
    feature = "client",
    feature = "server",
    feature = "viewer"
))]
pub mod data_source;
pub mod dump;
#[cfg(feature = "server")]
pub mod server;
pub mod trace_viewer;
#[cfg(feature = "viewer")]
pub mod viewer;
pub mod visualize;