PerformanceAssessment Struct

Definition

Performance assessment of Remote Rendering statistics. See QueryServerPerformanceAssessmentAsync().

public value class PerformanceAssessment
public struct PerformanceAssessment
type PerformanceAssessment = struct
Public Structure PerformanceAssessment
Inheritance
PerformanceAssessment

Fields

MemoryCpu

Total main memory utilization in percent on the server host machine.

MemoryGpu

Total dedicated video memory utilization in percent of the server GPU.

NetworkLatency

Approximate average round-trip network latency in milliseconds.

PointsRendered

Number of points rendered in one frame.

PolygonsRendered

Number of triangles rendered in one frame.

TimeCpu

Average CPU time per frame in milliseconds.

TimeGpu

Average GPU time per frame in milliseconds.

UtilizationCpu

Total CPU utilization in percent on the server host machine.

UtilizationGpu

Total GPU utilization in percent on the server host machine.

Methods

Create(IntPtr)

Applies to

See also