kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
24 stars 0 forks source link

Feature/27 timing and collecting timers #545

Closed mschimek closed 10 months ago

mschimek commented 10 months ago

Some features like ScopedTimer and a more space efficient/ergonomic way to select data aggregation operation etc. are still missing but I would like to do this in a following PR to keep this one reviewable ...

mschimek commented 10 months ago

Cannot fix the clang-format issue, as clang-format locally produces the committed content. Maybe someone else can fix this problem?

Hespian commented 10 months ago

Cannot fix the clang-format issue, as clang-format locally produces the committed content. Maybe someone else can fix this problem?

Probably a version difference. Unfortunately, clang-format does sometimes format slightly different with different versions.