This file is indexed.

/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/PerformanceMetrics/plugins.qmltypes is in qml-module-ubuntu-performancemetrics-gles 1.3.1918+16.04.20160404-0ubuntu3.

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
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable Ubuntu.PerformanceMetrics 0.1'

Module {
    dependencies: [
        "QtFeedback 5.0",
        "QtGraphicalEffects 1.0",
        "QtQuick 2.4",
        "QtQuick.Layouts 1.1",
        "QtQuick.Window 2.2",
        "Ubuntu.Components 1.3",
        "Ubuntu.Components.ListItems 1.3",
        "Ubuntu.Components.Popups 1.3",
        "Ubuntu.Components.Styles 1.3",
        "Ubuntu.Components.Themes 1.3",
        "Ubuntu.Components.Themes.Ambiance 1.3"
    ]
    Component {
        name: "UPMCpuUsage"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "Ubuntu.PerformanceMetrics/CpuUsage 0.1",
            "Ubuntu.PerformanceMetrics/CpuUsage 1.0"
        ]
        exportMetaObjectRevisions: [0, 0]
        Property { name: "graphModel"; type: "UPMGraphModel"; isReadonly: true; isPointer: true }
        Property { name: "period"; type: "int" }
        Property { name: "samplingInterval"; type: "int" }
    }
    Component {
        name: "UPMGraphModel"
        prototype: "QObject"
        Property { name: "image"; type: "QImage"; isReadonly: true }
        Property { name: "shift"; type: "int"; isReadonly: true }
        Property { name: "samples"; type: "int" }
        Property { name: "currentValue"; type: "int"; isReadonly: true }
    }
    Component {
        name: "UPMRenderingTimes"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "Ubuntu.PerformanceMetrics/RenderingTimes 0.1",
            "Ubuntu.PerformanceMetrics/RenderingTimes 1.0"
        ]
        exportMetaObjectRevisions: [0, 0]
        Property { name: "period"; type: "int" }
        Property { name: "samples"; type: "int" }
        Property { name: "graphModel"; type: "UPMGraphModel"; isReadonly: true; isPointer: true }
        Property { name: "timerType"; type: "RenderTimer::TimerType" }
        Signal {
            name: "frameRendered"
            Parameter { name: "renderTime"; type: "qlonglong" }
        }
    }
    Component {
        name: "UPMTextureFromImage"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "Ubuntu.PerformanceMetrics/TextureFromImage 0.1",
            "Ubuntu.PerformanceMetrics/TextureFromImage 1.0"
        ]
        exportMetaObjectRevisions: [0, 0]
        Property { name: "image"; type: "QImage" }
    }
    Component {
        prototype: "QObject"
        name: "UbuntuColors"
        exports: ["UbuntuColors 1.3"]
        exportMetaObjectRevisions: [3]
        isComposite: true
        isCreatable: false
        isSingleton: true
        Property { name: "lightAubergine"; type: "QColor"; isReadonly: true }
        Property { name: "midAubergine"; type: "QColor"; isReadonly: true }
        Property { name: "darkAubergine"; type: "QColor"; isReadonly: true }
        Property { name: "warmGrey"; type: "QColor"; isReadonly: true }
        Property { name: "coolGrey"; type: "QColor"; isReadonly: true }
        Property { name: "orangeGradient"; type: "QQuickGradient"; isPointer: true }
        Property { name: "greyGradient"; type: "QQuickGradient"; isPointer: true }
        Property { name: "orange"; type: "QColor"; isReadonly: true }
        Property { name: "lightGrey"; type: "QColor"; isReadonly: true }
        Property { name: "silk"; type: "QColor"; isReadonly: true }
        Property { name: "darkGrey"; type: "QColor"; isReadonly: true }
        Property { name: "slate"; type: "QColor"; isReadonly: true }
        Property { name: "red"; type: "QColor"; isReadonly: true }
        Property { name: "green"; type: "QColor"; isReadonly: true }
        Property { name: "blue"; type: "QColor"; isReadonly: true }
        Property { name: "purple"; type: "QColor"; isReadonly: true }
        Property { name: "porcelain"; type: "QColor"; isReadonly: true }
        Property { name: "ash"; type: "QColor"; isReadonly: true }
        Property { name: "graphite"; type: "QColor"; isReadonly: true }
        Property { name: "inkstone"; type: "QColor"; isReadonly: true }
        Property { name: "jet"; type: "QColor"; isReadonly: true }
    }
}