mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 03:41:56 +02:00
Update StatViewer.qml
This commit is contained in:
parent
1c66c6d9ab
commit
0d61ebd5f1
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ Item {
|
|||
titleColor: textColor
|
||||
|
||||
visible: (root.fileVersion > 0.0) // only visible if we have valid information
|
||||
title: "CPU: " + root.nbCores + " cores, " + root.cpuFrequency + "Hz"
|
||||
title: "CPU: " + root.nbCores + " cores, " + root.cpuFrequency + "MHz"
|
||||
|
||||
ValueAxis {
|
||||
id: valueCpuY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue