Fix emulator build error
[platform/framework/web/chromium-efl.git] / components / heap_profiling / README.md
1 The heap profiler records heap allocations, and exports heap dumps via Chrome
2 tracing.
3
4 The code is divided into three directories:
5
6 * components/services/heap_profiling/ contains the core logic that records
7   allocations.
8 * components/heap_profiling/multi_process contains
9   * Logic that hooks up processes to the heap_profiling service [depends on
10     content/].
11   * End to end tests [depends on content/].
12
13 * components/heap_profiling/in_process contains
14   * Logic that hooks browser process to the heap_profiling service
15
16 * chrome/browser/profiling_host/ contains:
17   * Logic that hooks up UI surfaces to the heap_profiling service.
18   * Logic to automatically upload heap dumps in the wild.