summaryrefslogtreecommitdiff
blob: 70135f654431975b0c99f954695441584e033fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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="elogind">Build the sysprofd daemon service, required to run the UI without root permissions.
		Relies on <pkg>sys-auth/elogind</pkg> for sd-bus API.</flag>
	<flag name="systemd">Build the sysprofd daemon service, required to run the UI without root permissions.
		Relies on <pkg>sys-apps/systemd</pkg> for sd-bus API.</flag>
</use>
</pkgmetadata>