Skip to content

Commit

Permalink
Lower allocation limits
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Mar 23, 2024
1 parent c4de606 commit dadaca3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions perf/flame.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ ProfileCanvas.html_file(joinpath(output_dir, "flame.html"), results)
#####

allocs_limit = Dict()
allocs_limit["flame_perf_target"] = 278_360
allocs_limit["flame_perf_target_tracers"] = 308_336
allocs_limit["flame_perf_target_edmfx"] = 7_005_552
allocs_limit["flame_perf_target"] = 51_600
allocs_limit["flame_perf_target_tracers"] = 81_576
allocs_limit["flame_perf_target_edmfx"] = 86_608
allocs_limit["flame_perf_diagnostics"] = 10_876_900
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 412_056
allocs_limit["flame_sphere_baroclinic_wave_rhoe_equilmoist_expvdiff"] =
4_018_252_656
allocs_limit["flame_perf_target_frierson"] = 4_015_547_056
allocs_limit["flame_perf_target_threaded"] = 1_276_864
allocs_limit["flame_perf_target_callbacks"] = 398_984
allocs_limit["flame_perf_target_callbacks"] = 172_032
allocs_limit["flame_perf_gw"] = 3_268_961_856
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 299_616
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 73_608
allocs_limit["flame_gpu_implicit_barowave_moist"] = 252_300
# Ideally, we would like to track all the allocations, but this becomes too
# expensive there is too many of them. Here, we set the default sample rate to
Expand Down

0 comments on commit dadaca3

Please sign in to comment.