New issue
Advanced search Search tips

Issue 779329 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Feb 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Use TaskManager to get the swapping numbers in SwapThrashingMonitor

Project Member Reported by sebmarchand@chromium.org, Oct 28 2017

Issue description

Ideally we should reduce code duplication by re-using the TaskManager's code to
gather the page fault counters in swap_thrashing_monitor_delegate_win.cc, but 
it's not as simple as it should. It'll either require a lot of duct tape code to 
connect these 2 things together, or the QuerySystemProcessInformation function in
chrome/browser/task_manager/sampling/shared_sampler_win.cc should be moved
somewhere else to make it easier to re-use it without having to implement
all the task manager specific stuff.
 
Labels: OS-Windows
Status: Assigned (was: Untriaged)
Cc: w...@chromium.org
Status: WontFix (was: Assigned)
Marking this as WontFix as we probably don't want to use the NtQuerySystemProcessInformation function outside of the Task Manager.

Sign in to add a comment