blob: b28d1430b2b66c816b3d028e0942ad9faa30f917 [file] [log] [blame] [view]
Sigurdur Asgeirsson51d9d242019-10-07 20:38:341# Performance Manager Overview
2
3The Performance Manager centralizes policy for data-driven resource management
4and planning. Central to this is the [graph](graph/graph_impl.h) which is
5comprised of nodes that reflect a the course structure of a browser at the
6level of [pages](graph/page_node_impl.h), [frames](graph/frame_node_impl.h)
7[processes](graph/process_node_impl.h) and so forth. Each node is adorned with
8relationships and properties sufficient to allow performance management policy
9to reason about such things as resource usage and prioritization.