Module ATDGenerated.Clang_profiler_samples_t

type native_symbol = {
  1. name : string;
  2. mangled_name : string option;
  3. hashed_mangled_name : string option;
}
type profiler_sample = {
  1. test : string;
  2. native_symbols : native_symbol list;
}
type profiler_samples = profiler_sample list