mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-libs/perfstubs: new package, add 0_pre20210915
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
22
dev-libs/perfstubs/metadata.xml
Normal file
22
dev-libs/perfstubs/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user