Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # chrome/profiling | |
| 2 | |
| 3 This directory contains the code for the "profiling" process. | |
|
Boris Vidolov
2017/06/14 22:02:27
This assumes general resource profiling, not just
| |
| 4 | |
| 5 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`. | |
| OLD | NEW |