File: massif.xml

package info (click to toggle)
massif-visualizer 25.04.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,220 kB
  • sloc: cpp: 4,265; xml: 415; sh: 15; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-valgrind-massif">
    <sub-class-of type="text/plain"/>
    <comment>Valgrind Massif data file</comment>
    <magic priority="50">
      <match value="desc: " type="string" offset="0"/>
    </magic>
    <glob pattern="massif.out.*"/>
  </mime-type>
</mime-info>