mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>lssndrbarbieri@gmail.com</email>
|
||
<name>Alessandro Barbieri</name>
|
||
</maintainer>
|
||
<use>
|
||
<flag name="extrae">Enable extrae support</flag>
|
||
<flag name="ompss">Enable OmpSs parallel version</flag>
|
||
<flag name="openmp">Enable OpenMP parallel version</flag>
|
||
</use>
|
||
<upstream>
|
||
<bugs-to>https://github.com/bsc-performance-tools/wxparaver/issues</bugs-to>
|
||
<remote-id type="github">bsc-performance-tools/wxparaver</remote-id>
|
||
</upstream>
|
||
<longdescription lang="en">
|
||
Paraver is a performance analyzer based on event traces with a great
|
||
flexibility to explore the collected data, supporting a detailed analysis of
|
||
the variability and distribution of multiple metrics with the objective of
|
||
understanding the application’s behavior. Paraver has two main views: The
|
||
timeline view displays the application behavior over time, while the statistics
|
||
view (histograms, profiles) complements the analysis with distribution
|
||
of metrics.
|
||
</longdescription>
|
||
</pkgmetadata>
|