Home | History | Annotate | Download | only in task_manager

Lines Matching refs:ws_usage

442   base::WorkingSetKBytes ws_usage;
443 if (!process_metrics->GetWorkingSetKBytes(&ws_usage))
449 total_bytes -= ws_usage.shared * 1024;