Struct ProfilingEventMessage
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
A message attached to a ProfilingEvent.
public struct ProfilingEventMessage
- Inherited Members
Constructors
ProfilingEventMessage(string, ProfilingCustomValue?, ProfilingCustomValue?, ProfilingCustomValue?, ProfilingCustomValue?)
Initializes a new instance of the ProfilingEventMessage struct.
public ProfilingEventMessage(string text, ProfilingCustomValue? value0 = null, ProfilingCustomValue? value1 = null, ProfilingCustomValue? value2 = null, ProfilingCustomValue? value3 = null)
Parameters
text
stringThe text supporting formatting of up to 4 numerical parameters.
value0
ProfilingCustomValue?value1
ProfilingCustomValue?value2
ProfilingCustomValue?value3
ProfilingCustomValue?
Fields
Custom0
public readonly ProfilingCustomValue? Custom0
Field Value
Custom1
public readonly ProfilingCustomValue? Custom1
Field Value
Custom2
public readonly ProfilingCustomValue? Custom2
Field Value
Custom3
public readonly ProfilingCustomValue? Custom3
Field Value
Text
The text supporting formatting of up to 4 numerical parameters.
public readonly string Text
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
ToString(StringBuilder)
public void ToString(StringBuilder builder)
Parameters
builder
StringBuilder