PerformanceAssessment Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |