Created
June 26, 2025 11:58
-
-
Save mpickering/ead6c10d7bc01d3b8804d39f307d6539 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== GHC RTS Stats Comparison === | |
_release_debug_info _release_no_prof_no_hash _release_no_split_sections _release | |
Metric | |
bytes allocated 110146924080 169756134368 110070939008 110066233592 | |
num_GCs 1759 1964 1732 1570 | |
average_bytes_used 149789226 209639940 144597600 146507169 | |
max_bytes_used 356366328 627307312 386094344 386696640 | |
num_byte_usage_samples 19 22 20 20 | |
peak_megabytes_allocated 936 1512 948 945 | |
init_cpu_seconds 0.000547 0.000742 0.000629 0.000453 | |
init_wall_seconds 0.000462 0.000677 0.002371 0.000411 | |
mut_cpu_seconds 56.878690 88.307545 56.345997 55.455406 | |
mut_wall_seconds 61.088627 92.290674 60.827770 59.665788 | |
GC_cpu_seconds 12.678515 16.906371 13.073180 12.659663 | |
GC_wall_seconds 12.728577 16.960037 13.427187 12.695148 | |
exit_cpu_seconds 0.000282 0.000780 0.000225 0.000395 | |
exit_wall_seconds 0.000337 0.000243 0.000160 0.000331 | |
total_cpu_seconds 69.558036 105.215440 69.420032 68.115918 | |
total_wall_seconds 73.818004 109.251632 74.257488 72.361679 | |
major_gcs 19 22 20 20 | |
allocated_bytes 110146924080 169756134368 110070939008 110066233592 | |
max_live_bytes 356366328 627307312 386094344 386696640 | |
max_large_objects_bytes 38358000 31357080 30334672 30336384 | |
max_compact_bytes 0 0 0 0 | |
max_slop_bytes 4249608 4984016 3218168 3222080 | |
max_mem_in_use_bytes 981467136 1585446912 994050048 990904320 | |
cumulative_live_bytes 2845995296 4612078688 2891952016 2930143392 | |
copied_bytes 9020572232 15022149120 9336678408 9280353120 | |
par_copied_bytes 0 0 0 0 | |
cumulative_par_max_copied_bytes 0 0 0 0 | |
cumulative_par_balanced_copied_bytes 0 0 0 0 | |
fragmentation_bytes 0 0 0 0 | |
alloc_rate 1936523581 1922328778 1953482859 1984770125 | |
productivity_cpu_percent 0.817716 0.839302 0.811668 0.814133 | |
productivity_wall_percent 0.827557 0.844753 0.819147 0.824550 | |
bound_task_count 1 1 1 1 | |
sparks_count 0 0 0 0 | |
sparks_converted 0 0 0 0 | |
sparks_overflowed 0 0 0 0 | |
sparks_dud 0 0 0 0 | |
sparks_gcd 0 0 0 0 | |
sparks_fizzled 0 0 0 0 | |
work_balance 0.000000 0.000000 0.000000 0.000000 | |
n_capabilities 1 1 1 1 | |
task_count 5 5 5 5 | |
peak_worker_count 4 4 4 4 | |
worker_count 4 4 4 4 | |
gen_0_collections 1740 1942 1712 1550 | |
gen_0_par_collections 0 0 0 0 | |
gen_0_cpu_seconds 10.069433 13.157496 10.205410 9.857687 | |
gen_0_wall_seconds 10.109533 13.199612 10.241811 9.885942 | |
gen_0_max_pause_seconds 0.097511 0.098814 0.078309 0.077353 | |
gen_0_avg_pause_seconds 0.005810 0.006797 0.005982 0.006378 | |
gen_1_collections 19 22 20 20 | |
gen_1_par_collections 0 0 0 0 | |
gen_1_cpu_seconds 2.609082 3.748875 2.867769 2.801975 | |
gen_1_wall_seconds 2.619044 3.760426 3.185376 2.809206 | |
gen_1_max_pause_seconds 0.349862 0.588541 0.420217 0.426753 | |
gen_1_avg_pause_seconds 0.137844 0.170928 0.159269 0.140460 | |
rp_cpu_seconds NaN 0.000000 NaN NaN | |
rp_wall_seconds NaN 0.000000 NaN NaN | |
hc_cpu_seconds NaN 0.000000 NaN NaN | |
hc_wall_seconds NaN 0.000000 NaN NaN | |
Saved comparison to: rts_stats_comparison.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment