-
Notifications
You must be signed in to change notification settings - Fork 89
/
com.github.gpuvis.Gpuvis.metainfo.xml
34 lines (34 loc) · 1.26 KB
/
com.github.gpuvis.Gpuvis.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.gpuvis.Gpuvis</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<releases>
<release version="0.1" date="2022-02-09" />
</releases>
<name>gpuvis</name>
<summary>A GPU Trace Visualizer</summary>
<description>
<p>
Gpuvis is a Linux GPU profiler similar to GPUView on Windows.
It is designed to work with trace-cmd captures and help track
down Linux gpu and application performance issues.
</p>
<p>
Gpuvis is open-source, so feel free to contribute new features!
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/mikesart/gpuvis/master/images/gpuvis.jpg</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-contacts">intense</content_attribute>
</content_rating>
<url type="homepage">https://github.com/mikesart/gpuvis/wiki</url>
<developer_name>Michael Sartain</developer_name>
<update_contact>mikesart@fastmail.com</update_contact>
</component>