This file is indexed.

/usr/share/compiz/bench.xml is in compiz-plugins 1:0.9.12.2+16.04.20160415-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin useBcop="true" name="bench">
	<short>Benchmark</short>
	<long>A simple benchmark plugin</long>
	<category>Extras</category>
	<deps>
	  <requirement>
	      <plugin>opengl</plugin>
	  </requirement>
	  <relation type="after">
	      <plugin>composite</plugin>
	      <plugin>opengl</plugin>
	  </relation>
	</deps>
	<options>
	    <group>
		<short>Main</short>
		<option type="key" name="initiate_key">
		    <short>Initiate</short>
		    <short xml:lang="bg">Започни</short>
		    <short xml:lang="bn">শুরু </short>
		    <short xml:lang="bn_IN">শুরু </short>
		    <short xml:lang="ca">Inicia</short>
		    <short xml:lang="cs">Iniciovat</short>
		    <short xml:lang="da">Start</short>
		    <short xml:lang="de">Initiieren</short>
		    <short xml:lang="el">Εκκίνηση</short>
		    <short xml:lang="es">Iniciar</short>
		    <short xml:lang="eu">Hasi</short>
		    <short xml:lang="fi">Aktivoi</short>
		    <short xml:lang="fr">Lancer</short>
		    <short xml:lang="gl">Iniciar</short>
		    <short xml:lang="he">התחל</short>
		    <short xml:lang="hu">Indítás</short>
		    <short xml:lang="it">Avvia</short>
		    <short xml:lang="ja">開始</short>
		    <short xml:lang="ko">시작</short>
		    <short xml:lang="nb">Begynn</short>
		    <short xml:lang="nl">Initialiseren</short>
		    <short xml:lang="or">ପ୍ରାରମ୍ଭ କର</short>
		    <short xml:lang="pl">Inicjuj</short>
		    <short xml:lang="pt">Iniciar</short>
		    <short xml:lang="pt_BR">Iniciar</short>
		    <short xml:lang="ro">Inițiere</short>
		    <short xml:lang="ru">Инициировать</short>
		    <short xml:lang="sk">Začať</short>
		    <short xml:lang="sl">Inicializiraj</short>
		    <short xml:lang="sv">Initiera</short>
		    <short xml:lang="tr">Başla</short>
		    <short xml:lang="uk">Ініціювати</short>
		    <short xml:lang="zh_CN">启动</short>
		    <short xml:lang="zh_TW">開始畫按鍵</short>
		    <long>Start benchmark</long>
		    <default>&lt;Super&gt;F12</default>
		</option>
                <option type="int" name="fps_limiter_mode">
                    <short>FPS Limiter Mode</short>
                    <long>Integrated Compiz FPS limiter mode</long>
                    <default>0</default>
                    <min>0</min>
                    <max>2</max>
                    <desc>
                        <value>0</value>
                        <name>Limiter disabled</name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <name>Default limiter</name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <name>V-Sync-like limiter</name>
                    </desc>
                </option>
		<subgroup>
		    <short>Screen Output</short>
		    <option type="bool" name="output_screen">
			<short>Enable</short>
			<long>Display FPS on screen</long>
			<default>true</default>
		    </option>
		    <option type="int" name="position_x">
			<short>X position</short>
			<long>X Position of benchmark window</long>
			<default>100</default>
			<min>0</min>
			<max>4096</max>
		    </option>
		    <option type="int" name="position_y">
			<short>Y position</short>
			<long>Y Position of benchmark window</long>
			<default>50</default>
			<min>0</min>
			<max>4096</max>
		    </option>
		</subgroup>
		<subgroup>
		    <short>Console Output</short>
		    <option type="bool" name="output_console">
			<short>Enable</short>
			<long>Print FPS to console</long>
			<default>false</default>
		    </option>
		    <option type="int" name="console_update_time">
			<short>Update time</short>
			<long>Console output update time</long>
			<default>5</default>
			<min>1</min>
			<max>60</max>
		    </option>
		</subgroup>
	    </group>
	</options>
    </plugin>
</compiz>