benchmarks.ui 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BenchmarkDialog</class>
  4. <widget class="QDialog" name="BenchmarkDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1215</width>
  10. <height>550</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <widget class="Line" name="line_2">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="sizePolicy">
  29. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  30. <horstretch>0</horstretch>
  31. <verstretch>0</verstretch>
  32. </sizepolicy>
  33. </property>
  34. <property name="text">
  35. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Measure the preformance of Almond on this machine. To obtain good results, run the benchmarks while no other compute-heavy tasks are running on the computer.&lt;/p&gt;&lt;p&gt;The benchmarking consists of several renders of the Mandelbrot fractal each using a different datatype for the underlying operations. The more precision the type allows for, the slower it performs (normally). If you have a video card, Almond will try to use it to do calculations as the tasks are exceptionally well suited for parallel execution.&lt;/p&gt;&lt;p&gt;All results are measured in mega-iterations per second.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  36. </property>
  37. <property name="wordWrap">
  38. <bool>true</bool>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="Line" name="line">
  44. <property name="orientation">
  45. <enum>Qt::Horizontal</enum>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <layout class="QHBoxLayout" name="horizontalLayout">
  51. <item>
  52. <widget class="QPushButton" name="run">
  53. <property name="text">
  54. <string>Run</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QProgressBar" name="progressBar">
  60. <property name="enabled">
  61. <bool>false</bool>
  62. </property>
  63. <property name="maximum">
  64. <number>100</number>
  65. </property>
  66. <property name="value">
  67. <number>0</number>
  68. </property>
  69. <property name="textVisible">
  70. <bool>false</bool>
  71. </property>
  72. <property name="invertedAppearance">
  73. <bool>false</bool>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </item>
  79. <item>
  80. <widget class="QTableWidget" name="tableWidget">
  81. <property name="editTriggers">
  82. <set>QAbstractItemView::NoEditTriggers</set>
  83. </property>
  84. <attribute name="horizontalHeaderMinimumSectionSize">
  85. <number>130</number>
  86. </attribute>
  87. </widget>
  88. </item>
  89. </layout>
  90. </item>
  91. </layout>
  92. </widget>
  93. <resources/>
  94. <connections/>
  95. </ui>