| OLD | NEW |
| 1 # chrome/profiling | 1 # chrome/profiling |
| 2 | 2 |
| 3 This directory contains the code for the "profiling" process. | 3 This directory contains the code for the "profiling" process. This is in |
| 4 active development and is not ready for use. |
| 5 |
| 6 Design doc: https://docs.google.com/document/d/1eRAgOFgHwYEPge8G1_5UEvu8TJs5VkYC
xd6aFU8AIKY |
| 4 | 7 |
| 5 Currently this is used for out-of-process logging of heap profiling data and | 8 Currently this is used for out-of-process logging of heap profiling data and |
| 6 is enabled by setting the GN flag `enable_oop_heap_profiling`. | 9 is enabled by setting the GN flag `enable_oop_heap_profiling`. The in-process |
| 10 code that communicates with the profiling process is in |
| 11 `//chrome/common/profiling`. |
| OLD | NEW |