unreal.MagicLeapGraphicsClientPerformanceInfo

class unreal.MagicLeapGraphicsClientPerformanceInfo(frame_start_cpu_comp_acquire_cpu_time_ms=0.0, frame_start_cpu_frame_end_gpu_time_ms=0.0, frame_start_cpu_frame_start_cpu_time_ms=0.0, frame_duration_cpu_time_ms=0.0, frame_duration_gpu_time_ms=0.0, frame_internal_duration_cpu_time_ms=0.0, frame_internal_duration_gpu_time_ms=0.0)

Bases: unreal.StructBase

Magic Leap Graphics Client Performance Info

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeap

  • File: MagicLeapHMDFunctionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frame_duration_cpu_time_ms (float): [Read-Only] The average frame CPU duration, in milliseconds.

  • frame_duration_gpu_time_ms (float): [Read-Only] The average frame GPU duration, in milliseconds.

  • frame_internal_duration_cpu_time_ms (float): [Read-Only] The average CPU duration for internal operations per frame, in milliseconds.

  • frame_internal_duration_gpu_time_ms (float): [Read-Only] The average GPU duration for internal operations per frame, in milliseconds.

  • frame_start_cpu_comp_acquire_cpu_time_ms (float): [Read-Only] The average frame start CPU to composition acquisition of the frame, in milliseconds.

  • frame_start_cpu_frame_end_gpu_time_ms (float): [Read-Only] The average frame start CPU to frame end GPU, in milliseconds.

  • frame_start_cpu_frame_start_cpu_time_ms (float): [Read-Only] The average frame cadence, CPU start to CPU start, in milliseconds.

property frame_duration_cpu_time_ms

[Read-Only] The average frame CPU duration, in milliseconds.

Type

(float)

property frame_duration_gpu_time_ms

[Read-Only] The average frame GPU duration, in milliseconds.

Type

(float)

property frame_internal_duration_cpu_time_ms

[Read-Only] The average CPU duration for internal operations per frame, in milliseconds.

Type

(float)

property frame_internal_duration_gpu_time_ms

[Read-Only] The average GPU duration for internal operations per frame, in milliseconds.

Type

(float)

property frame_start_cpu_comp_acquire_cpu_time_ms

[Read-Only] The average frame start CPU to composition acquisition of the frame, in milliseconds.

Type

(float)

property frame_start_cpu_frame_end_gpu_time_ms

[Read-Only] The average frame start CPU to frame end GPU, in milliseconds.

Type

(float)

property frame_start_cpu_frame_start_cpu_time_ms

[Read-Only] The average frame cadence, CPU start to CPU start, in milliseconds.

Type

(float)