tree: 5af7f0f15441bb8da639f109d85620c5c6516aeb [path history] [tgz]
  1. decorators/
  2. embedder/
  3. frame_priority/
  4. graph/
  5. public/
  6. test_support/
  7. BUILD.gn
  8. DEPS
  9. frame_node_source.h
  10. OWNERS
  11. performance_manager.cc
  12. performance_manager_impl.cc
  13. performance_manager_impl.h
  14. performance_manager_impl_unittest.cc
  15. performance_manager_lifetime.cc
  16. performance_manager_lock_observer.cc
  17. performance_manager_lock_observer.h
  18. performance_manager_registry.cc
  19. performance_manager_registry_impl.cc
  20. performance_manager_registry_impl.h
  21. performance_manager_registry_impl_unittest.cc
  22. performance_manager_tab_helper.cc
  23. performance_manager_tab_helper.h
  24. performance_manager_tab_helper_unittest.cc
  25. performance_manager_test_harness.cc
  26. performance_manager_test_harness.h
  27. performance_manager_unittest.cc
  28. process_node_source.cc
  29. process_node_source.h
  30. README.md
  31. render_process_host_proxy.cc
  32. render_process_user_data.cc
  33. render_process_user_data.h
  34. tab_helper_frame_node_source.cc
  35. tab_helper_frame_node_source.h
  36. web_contents_proxy.cc
  37. web_contents_proxy_impl.cc
  38. web_contents_proxy_impl.h
  39. web_contents_proxy_unittest.cc
  40. worker_watcher.cc
  41. worker_watcher.h
  42. worker_watcher_unittest.cc
components/performance_manager/README.md

Performance Manager Overview

The Performance Manager centralizes policy for data-driven resource management and planning. Central to this is the graph which is comprised of nodes that reflect the coarse structure of a browser at the level of pages, frames processes and so forth. Each node is adorned with relationships and properties sufficient to allow performance management policy to reason about such things as resource usage and prioritization.