Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2928)

Unified Diff: chrome/profiling/README.md

Issue 2943733002: Add out-of-process memory logging stream parsing. (Closed)
Patch Set: Format Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/profiling/README.md
diff --git a/chrome/profiling/README.md b/chrome/profiling/README.md
index ea5ffa82df5d701e825b43f0ed5cdcb15e133bdd..4501ecf33651877f38ef576049d883b28f5b2763 100644
--- a/chrome/profiling/README.md
+++ b/chrome/profiling/README.md
@@ -1,6 +1,11 @@
# chrome/profiling
-This directory contains the code for the "profiling" process.
+This directory contains the code for the "profiling" process. This is in
+active development and is not ready for use.
+
+Design doc: https://docs.google.com/document/d/1eRAgOFgHwYEPge8G1_5UEvu8TJs5VkYCxd6aFU8AIKY
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`.
+is enabled by setting the GN flag `enable_oop_heap_profiling`. The in-process
+code that communicates with the profiling process is in
+`//chrome/common/profiling`.

Powered by Google App Engine
This is Rietveld 408576698