Imaging Control 4 C++ Library 1.0.0
Loading...
Searching...
No Matches
DisplayStatistics Struct Reference

A structure containing display statistics. More...

Public Attributes

uint64_t num_frames_displayed
 The number of frames that were displayed by a display.
 
uint64_t num_frames_dropped
 The number of frames that were passed to a display, but not displayed.
 

Detailed Description

A structure containing display statistics.

This structure contains information about the number of frames that were displayed or dropped by a display.

Member Data Documentation

◆ num_frames_dropped

uint64_t num_frames_dropped

The number of frames that were passed to a display, but not displayed.

A frame is considered dropped by a display, when the display receives a new frame before the previous frame was rendered.