summarylogtreecommitdiffstats
path: root/application-tracy.xml
blob: 3ca6cd848ff3f14b7203b1c7b378957710e47d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>