Caliper icon indicating copy to clipboard operation
Caliper copied to clipboard

Caliper is an instrumentation and performance profiling library

Results 47 Caliper issues
Sort by recently updated
recently updated
newest added

This is a WIP, I think this is a compromise everybody could agree to, if it works. No change in the Kokkos interface, and nothing Kokkos-specific in adiak, put that...

This adds a callback to Caliper for Kokkos metadata. Note that we guard this with Adiak not being defined, if we have Adiak we'll declare metadata there (link to that...

One of the codes that I work with is upgrading its stack to `c++14` and we'd like to configure `caliper` for `c++14` as part of this work. The following line...

Hi @daboehme, How can I see output from caliper regarding the memory bandwidth utilization of annotated function and regions? Is there a parameter that I can pass to `CALI_CONFIG_PROFILE` for...

For messages with true or false values, it would be nice if get_config_docstrings could add decorations to signify current setting versus default settings where possible. For example, something like this...

I would like to compare `time.offset` across traces from different MPI ranks. I notice in the [Timestamp section](https://software.llnl.gov/Caliper/services.html#timestamp), it says: > Note that timestamps are not synchronized between nodes in...

This PR is for the GEOPM service that we've developed for Caliper. The GEOPM service for Caliper enables transparently linking the GEOPM runtime system (https://github.com/geopm/geopm) for power management with the...

This is more of a question than issue report. Is there a way to limit the depth of annotations in CalQL? So for instance if I have: ``` annotation mpi.rank...

Hello, I have following config : ``` CALI_SERVICES_ENABLE=aggregate,event,mpi,mpireport,timestamp CALI_TIMER_INCLUSIVE_DURATION=true CALI_MPIREPORT_CONFIG="select avg(sum#time.inclusive.duration) GROUP BY annotation,function FORMAT tree" ``` and that gives me following result : ``` Path avg#sum#time.inclusive.duration main 5.000000 finitialize...