Chromium Embedded Framework (CEF)  128.4.2+g5c235a2+chromium-128.0.6613.18
cef_task_info_t Struct Reference

Structure representing task information provided by CefTaskManager. More...

#include "include/internal/cef_types.h"

Public Attributes

int64_t id
 The task ID. More...
 
cef_task_type_t type
 The task type. More...
 
int is_killable
 Set to true (1) if the task is killable. More...
 
cef_string_t title
 The task title. More...
 
double cpu_usage
 The CPU usage of the process on which the task is running. More...
 
int number_of_processors
 The number of processors available on the system. More...
 
int64_t memory
 The memory footprint of the task in bytes. More...
 
int64_t gpu_memory
 The GPU memory usage of the task in bytes. More...
 
int is_gpu_memory_inflated
 Set to true (1) if this task process' GPU resource count is inflated because it is counting other processes' resources (e.g, the GPU process has this value set to true because it is the aggregate of all processes). More...
 

Detailed Description

Structure representing task information provided by CefTaskManager.

Member Data Documentation

◆ cpu_usage

double cef_task_info_t::cpu_usage

The CPU usage of the process on which the task is running.

The value is in the range zero to number_of_processors * 100%.

◆ gpu_memory

int64_t cef_task_info_t::gpu_memory

The GPU memory usage of the task in bytes.

A value of -1 means no valid value is currently available.

◆ id

int64_t cef_task_info_t::id

The task ID.

◆ is_gpu_memory_inflated

int cef_task_info_t::is_gpu_memory_inflated

Set to true (1) if this task process' GPU resource count is inflated because it is counting other processes' resources (e.g, the GPU process has this value set to true because it is the aggregate of all processes).

◆ is_killable

int cef_task_info_t::is_killable

Set to true (1) if the task is killable.

◆ memory

int64_t cef_task_info_t::memory

The memory footprint of the task in bytes.

A value of -1 means no valid value is currently available.

◆ number_of_processors

int cef_task_info_t::number_of_processors

The number of processors available on the system.

◆ title

cef_string_t cef_task_info_t::title

The task title.

◆ type

cef_task_type_t cef_task_info_t::type

The task type.


The documentation for this struct was generated from the following file: