pprof_proto/
lib.rs

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