mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 00:23:13 -04:00
23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Profiling API for adding external tool instrumentation support to any project.
|
|
This was motivated by the need to quickly add instrumentation to the ADIOS2 library without adding a build dependency, or tying to a specific measurement tool.
|
|
The initial prototype implementation was tied to TAU, but evolved to this more generic version, which was extracted as a separate repository for testing and demonstration purposes.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/khuck/perfstubs/issues</bugs-to>
|
|
<remote-id type="github">khuck/perfstubs</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="default">Use provided perfstubs tool_example</flag>
|
|
<flag name="timers">Use our own tool_example of timers</flag>
|
|
<flag name="tools">Build libperfstsubs_n</flag>
|
|
</use>
|
|
</pkgmetadata>
|