dev-libs/perfstubs: new package, add 0_pre20210915

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-05 19:23:39 +02:00
parent 87b2c352eb
commit e217e6d8aa
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarieri@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>