uftrace reports

Workloads:

parse.abuild
ex.bashcomp-excerpt
ex.compute-fib
ex.bin-true

Summary

                      task      ex.compute-fib  ex.bashcomp-excerpt          ex.bin-true         parse.abuild
              total_bytes_           2,495,033            3,940,218            7,038,573            3,446,586
               num_allocs_              78,795              110,941              183,791              101,958
      sum_typed_strs_slabs              78,795              111,216              183,791              101,958
         num_reserve_calls              51,432               65,648              122,309               40,242

       percent_list_allocs               27.7%                16.5%                27.1%                28.8%
       percent_slab_allocs               28.0%                26.1%                32.9%                22.7%
     percent_string_allocs               12.5%                26.0%                14.0%                 8.5%
percent_other_typed_allocs               31.8%                31.7%                26.0%                40.0%

        percent_list_bytes               21.0%                11.1%                17.0%                20.5%
      percent_string_bytes                8.3%                16.2%                 8.0%                 7.2%

   allocs_24_bytes_or_less               59.6%                57.0%                52.5%                46.7%
   allocs_48_bytes_or_less               97.9%                91.1%                93.1%                96.3%
   allocs_96_bytes_or_less               99.5%                96.0%                96.0%                99.2%

      strs_6_bytes_or_less               88.3%                74.5%                79.2%                60.3%
     strs_14_bytes_or_less               99.0%                93.5%                99.7%                78.1%

Common types in workload ex.compute-fib

# A tibble: 5 × 3
  func_name                                                            n percent
  <chr>                                                            <int>   <dbl>
1 List<BigStr*>* Alloc<List<BigStr*>>()                             7360   15.7 
2 List<runtime_asdl::part_value_t*>* Alloc<List<runtime_asdl::par…  4086    8.72
3 List<int>* Alloc<List<int>>()                                     3658    7.81
4 runtime_asdl::CommandStatus* Alloc<runtime_asdl::CommandStatus,…  3186    6.80
5 value_asdl::value__Str* Alloc<value_asdl::value__Str, BigStr*>(…  2227    4.76

Common types in workload ex.bashcomp-excerpt

# A tibble: 5 × 3
  func_name                                                            n percent
  <chr>                                                            <int>   <dbl>
1 List<BigStr*>* Alloc<List<BigStr*>>()                             6463   12.1 
2 runtime_asdl::Piece* Alloc<runtime_asdl::Piece, BigStr*, bool&,…  4353    8.15
3 List<runtime_asdl::part_value_t*>* Alloc<List<runtime_asdl::par…  3518    6.59
4 runtime_asdl::CommandStatus* Alloc<runtime_asdl::CommandStatus,…  2971    5.56
5 value_asdl::value__Bool* Alloc<value_asdl::value__Bool, bool&>(…  2738    5.13

Common types in workload ex.bin-true

# A tibble: 5 × 3
  func_name                                                            n percent
  <chr>                                                            <int>   <dbl>
1 List<BigStr*>* Alloc<List<BigStr*>>()                            14091   14.5 
2 List<runtime_asdl::part_value_t*>* Alloc<List<runtime_asdl::par…  8010    8.22
3 List<int>* Alloc<List<int>>()                                     7023    7.21
4 runtime_asdl::CommandStatus* Alloc<runtime_asdl::CommandStatus,…  5010    5.14
5 runtime_asdl::Piece* Alloc<runtime_asdl::Piece, BigStr*, bool&,…  5003    5.13

Common types in workload parse.abuild

# A tibble: 5 × 3
  func_name                                                            n percent
  <chr>                                                            <int>   <dbl>
1 syntax_asdl::Token* Alloc<syntax_asdl::Token, int&, int&, int&,… 20862   29.7 
2 List<syntax_asdl::word_part_t*>* Alloc<List<syntax_asdl::word_p…  7358   10.5 
3 syntax_asdl::CompoundWord* Alloc<syntax_asdl::CompoundWord, Lis…  6143    8.75
4 List<BigStr*>* Alloc<List<BigStr*>>()                             4521    6.44
5 List<syntax_asdl::CompoundWord*>* Alloc<List<syntax_asdl::Compo…  3271    4.66