Table of Contents

Struct HitchSample

Namespace
LansMap.Diagnostics
public readonly struct HitchSample
Inherited Members

Constructors

HitchSample(float, float, float, float, float, int, int, int, int)

public HitchSample(float frameMs, float uploadMs, float decodeMs, float sarIngestMs, float sarGrowMs, int decodes, int sarResizes, int gcCollections, int reanchors)

Parameters

frameMs float
uploadMs float
decodeMs float
sarIngestMs float
sarGrowMs float
decodes int
sarResizes int
gcCollections int
reanchors int

Fields

DecodeMs

public readonly float DecodeMs

Field Value

float

Decodes

public readonly int Decodes

Field Value

int

FrameMs

public readonly float FrameMs

Field Value

float

GcCollections

public readonly int GcCollections

Field Value

int

Reanchors

public readonly int Reanchors

Field Value

int

SarGrowMs

public readonly float SarGrowMs

Field Value

float

SarIngestMs

public readonly float SarIngestMs

Field Value

float

SarResizes

public readonly int SarResizes

Field Value

int

UploadMs

public readonly float UploadMs

Field Value

float

Properties

AttributedMs

public float AttributedMs { get; }

Property Value

float

UnattributedMs

public float UnattributedMs { get; }

Property Value

float