182 lines
3.2 KiB
Plaintext
Executable File
182 lines
3.2 KiB
Plaintext
Executable File
|
|
FaceFX/StatsOverlay
|
|
{
|
|
zorder 500
|
|
// Stats block
|
|
container BorderPanel(FaceFX/MemStatsPanel)
|
|
{
|
|
metrics_mode pixels
|
|
vert_align bottom
|
|
horz_align left
|
|
left 5
|
|
top -102
|
|
width 220
|
|
height 102
|
|
|
|
container TextArea(FaceFX/OutstandingAllocs)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 25
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption AVERAGE FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/OutstandingBytes)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 40
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption AVERAGE FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/TotalAllocs)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 55
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption WORST FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/TotalFrees)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 70
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption BEST FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/TotalBytes)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 85
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption Triangle Count:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
}
|
|
container BorderPanel(FaceFX/RenderStatsPanel)
|
|
{
|
|
metrics_mode pixels
|
|
vert_align bottom
|
|
horz_align right
|
|
left -225
|
|
top -102
|
|
width 220
|
|
height 102
|
|
|
|
container Panel(FaceFX/RenderStatsBreakPanel)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 22
|
|
width 210
|
|
height 1
|
|
material Core/StatsBreak
|
|
}
|
|
|
|
element TextArea(FaceFX/CurrFps)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 5
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 19
|
|
caption Current FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/AverageFps)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 25
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption AVERAGE FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/WorstFps)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 40
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption WORST FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/BestFps)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 55
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption BEST FPS:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/NumTris)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 70
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
caption Triangle Count:
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
element TextArea(FaceFX/DebugText)
|
|
{
|
|
metrics_mode pixels
|
|
left 5
|
|
top 85
|
|
width 90
|
|
height 30
|
|
font_name BlueHighway
|
|
char_height 16
|
|
colour_top 0.3 1.0 0.3
|
|
colour_bottom 0.3 1.0 0.3
|
|
}
|
|
}
|
|
}
|
|
|