Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
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... | |
Structure representing task information provided by CefTaskManager.
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%.
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.
int64_t cef_task_info_t::id |
The task ID.
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).
int cef_task_info_t::is_killable |
Set to true (1) if the task is killable.
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.
int cef_task_info_t::number_of_processors |
The number of processors available on the system.
cef_string_t cef_task_info_t::title |
The task title.
cef_task_type_t cef_task_info_t::type |
The task type.