Skip to main content

Struct GpuProfilerSlice

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct GpuProfilerSlice

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

GpuProfilerSlice(string, uint, bool, double, double)

public GpuProfilerSlice(string label, uint depth, bool hasTime, double startMilliseconds, double endMilliseconds)

Parameters

label string

depth uint

hasTime bool

startMilliseconds double

endMilliseconds double

Properties

Depth

public uint Depth { get; }

Property Value

uint

DurationMilliseconds

public double DurationMilliseconds { get; }

Property Value

double

EndMilliseconds

public double EndMilliseconds { get; }

Property Value

double

HasTime

public bool HasTime { get; }

Property Value

bool

Label

public string Label { get; }

Property Value

string

StartMilliseconds

public double StartMilliseconds { get; }

Property Value

double