Workloads:
parse.abuildtask ex.compute-fib ex.bashcomp-excerpt ex.bin-true parse.abuild total_bytes_ 2,085,574 4,088,223 6,551,866 3,450,589 num_allocs_ 64,054 113,774 165,848 102,016 sum_typed_strs_slabs 64,054 114,049 165,848 102,016 num_reserve_calls 32,534 67,274 98,312 40,258 percent_list_allocs 27.1% 17.0% 27.0% 28.8% percent_slab_allocs 26.8% 26.5% 32.9% 22.7% percent_string_allocs 7.0% 25.3% 11.3% 8.5% percent_other_typed_allocs 39.1% 31.4% 28.8% 40.0% percent_list_bytes 19.9% 11.3% 16.4% 20.4% percent_string_bytes 4.8% 15.7% 6.6% 7.2% allocs_24_bytes_or_less 55.6% 55.7% 49.1% 46.6% allocs_48_bytes_or_less 98.1% 90.6% 92.9% 96.3% allocs_96_bytes_or_less 99.4% 96.0% 95.5% 99.2% strs_6_bytes_or_less 87.2% 74.4% 66.1% 60.3% strs_14_bytes_or_less 97.9% 93.5% 99.5% 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*>>() 5591 13.2 2 List<runtime_asdl::part_value_t*>* Alloc<List<runtime_asdl::par… 4086 9.64 3 runtime_asdl::CommandStatus* Alloc<runtime_asdl::CommandStatus,… 3186 7.52 4 value_asdl::value__Str* Alloc<value_asdl::value__Str, BigStr*>(… 2227 5.26 5 syntax_asdl::word__String* Alloc<syntax_asdl::word__String, int… 1844 4.35 Common types in workload ex.bashcomp-excerpt # A tibble: 5 × 3 func_name n percent <chr> <int> <dbl> 1 List<BigStr*>* Alloc<List<BigStr*>>() 6836 12.4 2 runtime_asdl::Piece* Alloc<runtime_asdl::Piece, BigStr*, bool&,… 4353 7.91 3 List<runtime_asdl::part_value_t*>* Alloc<List<runtime_asdl::par… 3518 6.39 4 runtime_asdl::CommandStatus* Alloc<runtime_asdl::CommandStatus,… 2971 5.40 5 value_asdl::value__Bool* Alloc<value_asdl::value__Bool, bool&>(… 2738 4.98 Common types in workload ex.bin-true # A tibble: 5 × 3 func_name n percent <chr> <int> <dbl> 1 List<BigStr*>* Alloc<List<BigStr*>>() 13094 14.2 2 List<runtime_asdl::part_value_t*>* Alloc<List<runtime_asdl::par… 8010 8.66 3 runtime_asdl::CommandStatus* Alloc<runtime_asdl::CommandStatus,… 5010 5.42 4 runtime_asdl::Piece* Alloc<runtime_asdl::Piece, BigStr*, bool&,… 5003 5.41 5 List<syntax_asdl::CompoundWord*>* Alloc<List<syntax_asdl::Compo… 4043 4.37 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*>>() 4522 6.44 5 List<syntax_asdl::CompoundWord*>* Alloc<List<syntax_asdl::Compo… 3271 4.66