blob: 1b82f51b77515091572a3032f48b1202688665b6 [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
Olivier Li837f37832019-11-04 16:09:455comprised of nodes that reflect the coarse structure of a browser at the
Sigurdur Asgeirsson51d9d242019-10-07 20:38:346level 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.