1
2
3
4
5
6
7
8
9
pub mod perfetto {
    pub mod third_party {
        pub mod perftools {
            pub mod profiles {
                include!("perfetto.third_party.perftools.profiles.rs");
            }
        }
    }
}