Add performance counter stats to status bar
This commit is contained in:
@@ -67,11 +67,17 @@ Pane {
|
||||
}
|
||||
}
|
||||
|
||||
Label {
|
||||
ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
text: __controller.performance + ' FPS'
|
||||
Label {
|
||||
text: __controller.dmxFps + ' FPS'
|
||||
}
|
||||
|
||||
Label {
|
||||
text: __controller.computeMaxElapsed + "ms / " + __controller.dmxMaxElapsed + "ms"
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
|
Reference in New Issue
Block a user