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

Add annotation levels #537

Closed daboehme closed 6 months ago

daboehme commented 6 months ago

Adds level property for attributes to distinguish different annotation levels. Can be used via level filter for event service to select only attributes of a given level or higher.

Also adds a branch filter for the event service that includes only selected named branches.