LLNL / Caliper

Caliper is an instrumentation and performance profiling library
http://software.llnl.gov/Caliper/
BSD 3-Clause "New" or "Revised" License
343 stars 63 forks source link

Implement annotation levels #540

Closed daboehme closed 6 months ago

daboehme commented 6 months ago

Implements levels for region annotation attributes and filtering by level. Adds new macros CALI_MARK_PHASE_BEGIN and CALI_MARK_PHASE_END for higher-level than regular regions. Also implements a branch filter.