Table of Contents

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 string

The 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

ProfilingCustomValue?

Custom1

public readonly ProfilingCustomValue? Custom1

Field Value

ProfilingCustomValue?

Custom2

public readonly ProfilingCustomValue? Custom2

Field Value

ProfilingCustomValue?

Custom3

public readonly ProfilingCustomValue? Custom3

Field Value

ProfilingCustomValue?

Text

The text supporting formatting of up to 4 numerical parameters.

public readonly string Text

Field Value

string

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