Screen session metric count types
Types of metric counts for sessions
Synopsis:
#include <screen/screen.h>
enum {
SCREEN_SESSION_METRIC_EVENT_COUNT = 0
};Data:
- SCREEN_SESSION_METRIC_EVENT_COUNT
- The number of input events received by the session since the last time Screen session metric count types were queried.
Library:
libscreenDescription:
The metrics are on a per session basis and the counts are reset after having been queried. That is, the counts reset to 0 after you call screen_get_session_property_llv() to retrieve SCREEN_PROPERTY_METRICS.
Page updated:
