profilerGraph.gui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(ProfilerGraphGui) {
  3. position = "0 0";
  4. extent = "1024 768";
  5. minExtent = "8 2";
  6. horizSizing = "left";
  7. vertSizing = "bottom";
  8. profile = "ProfilerGraphProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "GuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. canSave = "1";
  15. canSaveDynamicFields = "1";
  16. noCursor = "1";
  17. new GuiWindowCtrl() {
  18. text = "Profiler";
  19. resizeWidth = "1";
  20. resizeHeight = "1";
  21. canMove = "1";
  22. canClose = "1";
  23. canMinimize = "1";
  24. canMaximize = "1";
  25. canCollapse = "0";
  26. edgeSnap = "1";
  27. margin = "0 0 0 0";
  28. padding = "0 0 0 0";
  29. anchorTop = "1";
  30. anchorBottom = "0";
  31. anchorLeft = "1";
  32. anchorRight = "0";
  33. position = "96 232";
  34. extent = "558 283";
  35. minExtent = "8 2";
  36. horizSizing = "right";
  37. vertSizing = "bottom";
  38. profile = "ToolsGuiWindowProfile";
  39. visible = "1";
  40. active = "1";
  41. tooltipProfile = "GuiToolTipProfile";
  42. hovertime = "1000";
  43. isContainer = "1";
  44. canSave = "1";
  45. canSaveDynamicFields = "0";
  46. new GuiTabBookCtrl() {
  47. tabPosition = "Top";
  48. tabMargin = "7";
  49. minTabWidth = "64";
  50. tabHeight = "20";
  51. allowReorder = "0";
  52. defaultPage = "-1";
  53. selectedPage = "0";
  54. frontTabPadding = "0";
  55. margin = "0 0 0 0";
  56. padding = "0 0 0 0";
  57. anchorTop = "1";
  58. anchorBottom = "0";
  59. anchorLeft = "1";
  60. anchorRight = "0";
  61. position = "0 22";
  62. extent = "554 261";
  63. minExtent = "8 2";
  64. horizSizing = "right";
  65. vertSizing = "bottom";
  66. profile = "ToolsGuiTabBookProfile";
  67. visible = "1";
  68. active = "1";
  69. tooltipProfile = "GuiToolTipProfile";
  70. hovertime = "1000";
  71. isContainer = "1";
  72. canSave = "1";
  73. canSaveDynamicFields = "0";
  74. new GuiTabPageCtrl() {
  75. fitBook = "1";
  76. text = "Main Render";
  77. maxLength = "1024";
  78. margin = "0 0 0 0";
  79. padding = "0 0 0 0";
  80. anchorTop = "1";
  81. anchorBottom = "0";
  82. anchorLeft = "1";
  83. anchorRight = "0";
  84. position = "0 20";
  85. extent = "554 241";
  86. minExtent = "8 2";
  87. horizSizing = "right";
  88. vertSizing = "bottom";
  89. profile = "ToolsGuiTabPageProfile";
  90. visible = "1";
  91. active = "1";
  92. tooltipProfile = "GuiToolTipProfile";
  93. hovertime = "1000";
  94. isContainer = "1";
  95. canSave = "1";
  96. canSaveDynamicFields = "0";
  97. new GuiControl() {
  98. position = "6 13";
  99. extent = "103 223";
  100. minExtent = "8 2";
  101. horizSizing = "left";
  102. vertSizing = "bottom";
  103. profile = "ProfilerGraphKeyContainerProfile";
  104. visible = "0";
  105. active = "1";
  106. tooltipProfile = "GuiToolTipProfile";
  107. hovertime = "1000";
  108. isContainer = "1";
  109. hidden = "1";
  110. canSave = "1";
  111. canSaveDynamicFields = "0";
  112. new GuiTextCtrl(GhostsActive) {
  113. text = "Ghosts Active";
  114. maxLength = "255";
  115. margin = "0 0 0 0";
  116. padding = "0 0 0 0";
  117. anchorTop = "1";
  118. anchorBottom = "0";
  119. anchorLeft = "1";
  120. anchorRight = "0";
  121. position = "5 0";
  122. extent = "100 18";
  123. minExtent = "8 2";
  124. horizSizing = "left";
  125. vertSizing = "bottom";
  126. profile = "ToolsGuiTextProfile";
  127. visible = "1";
  128. active = "1";
  129. tooltipProfile = "GuiToolTipProfile";
  130. hovertime = "1000";
  131. isContainer = "1";
  132. canSave = "1";
  133. canSaveDynamicFields = "0";
  134. };
  135. new GuiTextCtrl(GhostUpdates) {
  136. text = "Ghost Updates";
  137. maxLength = "255";
  138. margin = "0 0 0 0";
  139. padding = "0 0 0 0";
  140. anchorTop = "1";
  141. anchorBottom = "0";
  142. anchorLeft = "1";
  143. anchorRight = "0";
  144. position = "3 72";
  145. extent = "100 18";
  146. minExtent = "8 2";
  147. horizSizing = "left";
  148. vertSizing = "bottom";
  149. profile = "ToolsGuiTextProfile";
  150. visible = "1";
  151. active = "1";
  152. tooltipProfile = "GuiToolTipProfile";
  153. hovertime = "1000";
  154. isContainer = "1";
  155. canSave = "1";
  156. canSaveDynamicFields = "0";
  157. };
  158. new GuiTextCtrl(BitsSent) {
  159. text = "Bytes Sent";
  160. maxLength = "255";
  161. margin = "0 0 0 0";
  162. padding = "0 0 0 0";
  163. anchorTop = "1";
  164. anchorBottom = "0";
  165. anchorLeft = "1";
  166. anchorRight = "0";
  167. position = "5 18";
  168. extent = "100 18";
  169. minExtent = "8 2";
  170. horizSizing = "left";
  171. vertSizing = "bottom";
  172. profile = "ToolsGuiTextProfile";
  173. visible = "1";
  174. active = "1";
  175. tooltipProfile = "GuiToolTipProfile";
  176. hovertime = "1000";
  177. isContainer = "1";
  178. canSave = "1";
  179. canSaveDynamicFields = "0";
  180. };
  181. new GuiTextCtrl(BitsReceived) {
  182. text = "Bytes Received";
  183. maxLength = "255";
  184. margin = "0 0 0 0";
  185. padding = "0 0 0 0";
  186. anchorTop = "1";
  187. anchorBottom = "0";
  188. anchorLeft = "1";
  189. anchorRight = "0";
  190. position = "3 90";
  191. extent = "100 18";
  192. minExtent = "8 2";
  193. horizSizing = "left";
  194. vertSizing = "bottom";
  195. profile = "ToolsGuiTextProfile";
  196. visible = "1";
  197. active = "1";
  198. tooltipProfile = "GuiToolTipProfile";
  199. hovertime = "1000";
  200. isContainer = "1";
  201. canSave = "1";
  202. canSaveDynamicFields = "0";
  203. };
  204. new GuiTextCtrl(Latency) {
  205. text = "Latency";
  206. maxLength = "255";
  207. margin = "0 0 0 0";
  208. padding = "0 0 0 0";
  209. anchorTop = "1";
  210. anchorBottom = "0";
  211. anchorLeft = "1";
  212. anchorRight = "0";
  213. position = "5 36";
  214. extent = "100 18";
  215. minExtent = "8 2";
  216. horizSizing = "left";
  217. vertSizing = "bottom";
  218. profile = "ProfilerGraphLatencyProfile";
  219. visible = "1";
  220. active = "1";
  221. tooltipProfile = "GuiToolTipProfile";
  222. hovertime = "1000";
  223. isContainer = "1";
  224. canSave = "1";
  225. canSaveDynamicFields = "0";
  226. };
  227. new GuiTextCtrl(PacketLoss) {
  228. text = "Packet Loss";
  229. maxLength = "255";
  230. margin = "0 0 0 0";
  231. padding = "0 0 0 0";
  232. anchorTop = "1";
  233. anchorBottom = "0";
  234. anchorLeft = "1";
  235. anchorRight = "0";
  236. position = "3 108";
  237. extent = "59 18";
  238. minExtent = "8 2";
  239. horizSizing = "left";
  240. vertSizing = "bottom";
  241. profile = "ProfilerGraphPacketLossProfile";
  242. visible = "1";
  243. active = "1";
  244. tooltipProfile = "GuiToolTipProfile";
  245. hovertime = "1000";
  246. isContainer = "1";
  247. canSave = "1";
  248. canSaveDynamicFields = "0";
  249. };
  250. };
  251. new GuiGraphCtrl(ProfilerGraph) {
  252. centerY = "1";
  253. plotColor[0] = "1 1 1 1";
  254. plotColor[1] = "1 0 0 1";
  255. plotColor[2] = "0 1 0 1";
  256. plotColor[3] = "0 0 1 1";
  257. plotColor[4] = "0 1 1 1";
  258. plotColor[5] = "0 0 0 1";
  259. plotType[0] = "PolyLine";
  260. plotType[1] = "PolyLine";
  261. plotType[2] = "PolyLine";
  262. plotType[3] = "PolyLine";
  263. plotType[4] = "PolyLine";
  264. plotType[5] = "PolyLine";
  265. plotInterval[0] = "0";
  266. plotInterval[1] = "0";
  267. plotInterval[2] = "0";
  268. plotInterval[3] = "0";
  269. plotInterval[4] = "0";
  270. plotInterval[5] = "0";
  271. position = "112 5";
  272. extent = "440 231";
  273. minExtent = "8 2";
  274. horizSizing = "left";
  275. vertSizing = "bottom";
  276. profile = "ProfilerGraphKeyContainerProfile";
  277. visible = "1";
  278. active = "1";
  279. tooltipProfile = "GuiToolTipProfile";
  280. hovertime = "1000";
  281. isContainer = "0";
  282. canSave = "1";
  283. canSaveDynamicFields = "0";
  284. };
  285. new GuiCheckBoxCtrl() {
  286. text = "Frame Rate";
  287. groupNum = "-1";
  288. buttonType = "ToggleButton";
  289. useMouseEvents = "0";
  290. position = "9 0";
  291. extent = "99 30";
  292. minExtent = "8 2";
  293. horizSizing = "right";
  294. vertSizing = "bottom";
  295. profile = "ToolsGuiCheckBoxProfile";
  296. visible = "1";
  297. active = "1";
  298. tooltipProfile = "GuiToolTipProfile";
  299. hovertime = "1000";
  300. isContainer = "0";
  301. canSave = "1";
  302. canSaveDynamicFields = "0";
  303. };
  304. new GuiCheckBoxCtrl() {
  305. text = "Poly Count";
  306. groupNum = "-1";
  307. buttonType = "ToggleButton";
  308. useMouseEvents = "0";
  309. position = "9 32";
  310. extent = "99 30";
  311. minExtent = "8 2";
  312. horizSizing = "right";
  313. vertSizing = "bottom";
  314. profile = "ToolsGuiCheckBoxProfile";
  315. visible = "1";
  316. active = "1";
  317. tooltipProfile = "GuiToolTipProfile";
  318. hovertime = "1000";
  319. isContainer = "0";
  320. canSave = "1";
  321. canSaveDynamicFields = "0";
  322. };
  323. new GuiCheckBoxCtrl() {
  324. text = "Draw Count";
  325. groupNum = "-1";
  326. buttonType = "ToggleButton";
  327. useMouseEvents = "0";
  328. position = "9 64";
  329. extent = "99 30";
  330. minExtent = "8 2";
  331. horizSizing = "right";
  332. vertSizing = "bottom";
  333. profile = "ToolsGuiCheckBoxProfile";
  334. visible = "1";
  335. active = "1";
  336. tooltipProfile = "GuiToolTipProfile";
  337. hovertime = "1000";
  338. isContainer = "0";
  339. canSave = "1";
  340. canSaveDynamicFields = "0";
  341. };
  342. new GuiCheckBoxCtrl() {
  343. text = "RT Changes";
  344. groupNum = "-1";
  345. buttonType = "ToggleButton";
  346. useMouseEvents = "0";
  347. position = "9 96";
  348. extent = "99 30";
  349. minExtent = "8 2";
  350. horizSizing = "right";
  351. vertSizing = "bottom";
  352. profile = "ToolsGuiCheckBoxProfile";
  353. visible = "1";
  354. active = "1";
  355. tooltipProfile = "GuiToolTipProfile";
  356. hovertime = "1000";
  357. isContainer = "0";
  358. canSave = "1";
  359. canSaveDynamicFields = "0";
  360. };
  361. };
  362. };
  363. };
  364. };
  365. //--- OBJECT WRITE END ---