freebsd-ports/devel/caliper/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
609 B
Text

Caliper is a library to integrate performance profiling capabilities into
applications. To use Caliper, developers mark code regions of interest using
Caliper's annotation API. Applications can then enable performance profiling at
runtime with Caliper's configuration API. Alternatively, you can configure
Caliper through environment variables or config files.
Caliper can be used for lightweight always-on profiling or advanced performance
engineering use cases, such as tracing, monitoring, and auto-tuning. It is
primarily aimed at HPC applications, but works for any C/C++/Fortran program on
Unix/Linux.