Struct ProfilingEventMessage
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
A message attached to a ProfilingEvent.
public readonly 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
- textstring
- The text supporting formatting of up to 4 numerical parameters. 
- value0ProfilingCustomValue?
- value1ProfilingCustomValue?
- value2ProfilingCustomValue?
- value3ProfilingCustomValue?
Fields
Custom0
public readonly ProfilingCustomValue? Custom0Field Value
Custom1
public readonly ProfilingCustomValue? Custom1Field Value
Custom2
public readonly ProfilingCustomValue? Custom2Field Value
Custom3
public readonly ProfilingCustomValue? Custom3Field Value
Text
The text supporting formatting of up to 4 numerical parameters.
public readonly string TextField 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
- builderStringBuilder