TimingViewSettings
Inherits from DataContainer
Summary
Constructors
TimingViewSettings() |
TimingViewSettings(guid: Guid) |
TimingViewSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
maxFrameEventCount | int |
frameCount | int |
frameDelayCount | int |
timeRange | float |
timeOffset | float |
autolockThreshold | float |
autolockNameFilter | string |
legendScreenOffset | int |
legendColumnWidth | int |
legendDisplayMode | int |
averageFrameCount | int |
maxGpuLegendColumnCount | int |
snoopEventName | string |
gpuBarFrameOffset | int |
maxCpuLegendColumnCount | int |
barPad | int |
maxSpuLegendColumnCount | int |
barSyncProcessor | int |
barMinTime | float |
barHeight | int |
filterEventName | string |
snoopOnly | bool |
drawEnable | bool |
drawSpuLegendEnable | bool |
snoopEnable | bool |
filterEnable | bool |
drawBarsEnable | bool |
drawLegendEnable | bool |
drawOnlySummaryEnable | bool |
sortByTime | bool |
drawCpuLegendEnable | bool |
drawGpuLegendEnable | bool |
enable | bool |
Static members
Name | Type |
---|---|
TimingViewSettings.typeInfo | TypeInformation |
Constructors
TimingViewSettings
TimingViewSettings()
Creates a new TimingViewSettings frostbite instance.
TimingViewSettings
TimingViewSettings(guid: Guid)
Creates a new TimingViewSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
TimingViewSettings
TimingViewSettings(other: DataContainer)
Casts an instance of type DataContainer to TimingViewSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to TimingViewSettings. |
Properties
maxFrameEventCount
int
frameCount
int
frameDelayCount
int
timeRange
float
timeOffset
float
autolockThreshold
float
autolockNameFilter
string
legendScreenOffset
int
legendColumnWidth
int
legendDisplayMode
int
averageFrameCount
int
maxGpuLegendColumnCount
int
snoopEventName
string
gpuBarFrameOffset
int
maxCpuLegendColumnCount
int
barPad
int
maxSpuLegendColumnCount
int
barSyncProcessor
int
barMinTime
float
barHeight
int
filterEventName
string
snoopOnly
bool
drawEnable
bool
drawSpuLegendEnable
bool
snoopEnable
bool
filterEnable
bool
drawBarsEnable
bool
drawLegendEnable
bool
drawOnlySummaryEnable
bool
sortByTime
bool
drawCpuLegendEnable
bool
drawGpuLegendEnable
bool
enable
bool
Static members
typeInfo
The type information for the TimingViewSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)