blob: b5cf665fff33e8bac268fcd252fab432044d91dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<longdescription lang="en">
Sysprof is a sampling CPU profiler for Linux that profiles the entire
system, not just a single application.
Sysprof handles shared libraries and applications do not need to be
recompiled. In fact they don't even have to be restarted.
</longdescription>
<use>
<flag name="debuginfod">Enable debuginfod support via <pkg>dev-libs/elfutils</pkg> libdebuginfod</flag>
</use>
<slots>
<subslots>sysprof and sysprof-ui API version</subslots>
</slots>
<upstream>
<remote-id type="gnome-gitlab">GNOME/sysprof</remote-id>
</upstream>
</pkgmetadata>
|