Add tracy dump mime type definition.

This commit is contained in:
Bartosz Taudul 2022-04-13 23:01:06 +02:00
parent 9013d71d70
commit d0a234bbf5
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
2 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/tracy">
<comment>Tracy Profiler trace file</comment>
<comment xml:lang="pl">Zrzut sesji profilera Tracy</comment>
<icon name="application-tracy"/>
<magic>
<match type="string" value="tlZ\x04" offset="0"/>
<match type="string" value="tZst" offset="0"/>
</magic>
<glob pattern="*.tracy"/>
</mime-type>
</mime-info>

View File

@ -2,8 +2,12 @@
Version=1.0
Type=Application
Name=Tracy Profiler
Exec=/usr/bin/tracy
GenericName=Code profiler
GenericName[pl]=Profiler kodu
Comment=Examine code to see where it is slow
Comment[pl]=Znajdowanie wolno wykonującego się kodu
Exec=/usr/bin/tracy %f
Icon=tracy
Terminal=false
StartupNotify=true
StartupWMClass=tracy
Categories=Development;Profiling;
MimeType=application/tracy;