LLNL / Kripke

Kripke is a simple, scalable, 3D Sn deterministic particle transport code
BSD 3-Clause "New" or "Revised" License
36 stars 37 forks source link

Add Caliper support #11

Closed daboehme closed 5 years ago

daboehme commented 5 years ago

This adds support for the Caliper profiling/performance analysis library. Extends the BlockTimer class to add Caliper annotations around the timed regions. It's optional and off by default.

ajkunen commented 5 years ago

@daboehme This looks great, thank you for the PR. I'll try it out in the next few days.