Chromium Code Reviews| Index: chrome/profiling/README.md |
| diff --git a/chrome/profiling/README.md b/chrome/profiling/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ea5ffa82df5d701e825b43f0ed5cdcb15e133bdd |
| --- /dev/null |
| +++ b/chrome/profiling/README.md |
| @@ -0,0 +1,6 @@ |
| +# chrome/profiling |
| + |
| +This directory contains the code for the "profiling" process. |
|
Boris Vidolov
2017/06/14 22:02:27
This assumes general resource profiling, not just
|
| + |
| +Currently this is used for out-of-process logging of heap profiling data and |
| +is enabled by setting the GN flag `enable_oop_heap_profiling`. |