Skip to content
Snippets Groups Projects
Commit 0a87ffb8 authored by Richard Linden's avatar Richard Linden
Browse files

added mem stats to floater_stats

parent e25b5a35
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
width="245" > width="245" >
<stat_view name="basic" <stat_view name="basic"
label="Basic" label="Basic"
follows="left|top|right"
show_label="true"
setting="OpenDebugStatBasic"> setting="OpenDebugStatBasic">
<stat_bar name="fps" <stat_bar name="fps"
label="FPS" label="FPS"
...@@ -50,13 +48,9 @@ ...@@ -50,13 +48,9 @@
<stat_view name="advanced" <stat_view name="advanced"
label="Advanced" label="Advanced"
follows="left|top|right"
show_label="true"
setting="OpenDebugStatAdvanced"> setting="OpenDebugStatAdvanced">
<stat_view name="render" <stat_view name="render"
label="Render" label="Render"
follows="left|top|right"
show_label="true"
setting="OpenDebugStatRender"> setting="OpenDebugStatRender">
<stat_bar name="ktrisframe" <stat_bar name="ktrisframe"
label="KTris per Frame" label="KTris per Frame"
...@@ -86,9 +80,7 @@ ...@@ -86,9 +80,7 @@
stat="unoccluded_objects"/> stat="unoccluded_objects"/>
</stat_view> </stat_view>
<stat_view name="texture" <stat_view name="texture"
label="Texture" label="Texture">
follows="left|top|right"
show_label="true">
<stat_bar name="texture_cache_hits" <stat_bar name="texture_cache_hits"
label="Cache Hit Rate" label="Cache Hit Rate"
stat="texture_cache_hits" stat="texture_cache_hits"
...@@ -116,11 +108,15 @@ ...@@ -116,11 +108,15 @@
label="Bound Mem" label="Bound Mem"
stat="glboundmemstat"/> stat="glboundmemstat"/>
</stat_view> </stat_view>
<stat_view name="memory"
label="Memory Usage">
<stat_bar name="LLView"
label="LLView Memory"
stat="class LLView"
show_history="true"/>
</stat_view>
<stat_view name="network" <stat_view name="network"
label="Network" label="Network"
follows="left|top|right"
show_label="true"
setting="OpenDebugStatNet"> setting="OpenDebugStatNet">
<stat_bar name="packetsinstat" <stat_bar name="packetsinstat"
label="Packets In" label="Packets In"
...@@ -164,8 +160,6 @@ ...@@ -164,8 +160,6 @@
<stat_view name="sim" <stat_view name="sim"
label="Simulator" label="Simulator"
follows="left|top|right"
show_label="true"
setting="OpenDebugStatSim"> setting="OpenDebugStatSim">
<stat_bar name="simtimedilation" <stat_bar name="simtimedilation"
label="Time Dilation" label="Time Dilation"
...@@ -181,9 +175,7 @@ ...@@ -181,9 +175,7 @@
decimal_digits="1" decimal_digits="1"
bar_max="45" /> bar_max="45" />
<stat_view name="physicsdetail" <stat_view name="physicsdetail"
label="Physics Details" label="Physics Details">
follows="left|top|right"
show_label="true">
<stat_bar name="physicspinnedtasks" <stat_bar name="physicspinnedtasks"
label="Pinned Objects" label="Pinned Objects"
stat="physicspinnedtasks"/> stat="physicspinnedtasks"/>
...@@ -222,9 +214,7 @@ ...@@ -222,9 +214,7 @@
stat="simscripteps" stat="simscripteps"
unit_label="eps"/> unit_label="eps"/>
<stat_view name="simpathfinding" <stat_view name="simpathfinding"
label="Pathfinding" label="Pathfinding">
follows="left|top|right"
show_label="true">
<stat_bar name="simsimaistepmsec" <stat_bar name="simsimaistepmsec"
label="AI Step Time" label="AI Step Time"
stat="simsimaistepmsec"/> stat="simsimaistepmsec"/>
...@@ -255,9 +245,7 @@ ...@@ -255,9 +245,7 @@
stat="simtotalunackedbytes" stat="simtotalunackedbytes"
decimal_digits="1"/> decimal_digits="1"/>
<stat_view name="simperf" <stat_view name="simperf"
label="Time" label="Time">
follows="left|top|right"
show_label="true">
<stat_bar name="simframemsec" <stat_bar name="simframemsec"
label="Total Frame Time" label="Total Frame Time"
stat="simframemsec"/> stat="simframemsec"/>
...@@ -283,9 +271,7 @@ ...@@ -283,9 +271,7 @@
label="Spare Time" label="Spare Time"
stat="simsparemsec"/> stat="simsparemsec"/>
<stat_view name="timedetails" <stat_view name="timedetails"
label="Time Details" label="Time Details">
follows="left|top|right"
show_label="true">
<stat_bar name="simsimphysicsstepmsec" <stat_bar name="simsimphysicsstepmsec"
label="Physics Step" label="Physics Step"
stat="simsimphysicsstepmsec"/> stat="simsimphysicsstepmsec"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment