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

Side by Side Diff: chrome/profiling/README.md

Issue 2943733002: Add out-of-process memory logging stream parsing. (Closed)
Patch Set: Remove version 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 unified diff | Download patch
OLDNEW
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`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698