SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
52 stars 15 forks source link

Add gperftools profiler #1054

Closed dabele closed 4 days ago

dabele commented 1 week ago

Changes and Information

@DavidKerkmann maybe you could give gperftools on MacOS a try? I haven't been able to find reliable information about whether it works or how to get it. apparently homebrew should work?

Closes #1053

Merge Request - Guideline Checklist

Please check our git workflow. Use the draft feature if the Pull Request is not yet ready to review.

Checks by code author

Checks by code reviewer(s)

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.23%. Comparing base (9022c7c) to head (643f65e). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1054 +/- ## ======================================= Coverage 96.23% 96.23% ======================================= Files 128 128 Lines 10852 10867 +15 ======================================= + Hits 10443 10458 +15 Misses 409 409 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dabele commented 4 days ago

added documentation for the cmake option (including some others that were added recently).

added links to profiling to the cpp README.