Chromium Code Reviews| Index: base/base_switches.cc |
| diff --git a/base/base_switches.cc b/base/base_switches.cc |
| index f5c6eb3f59bb78f81f313436c11e8609efadd8a1..e6e1035f7615cb9b7471f4c165fc61cddec82d7c 100644 |
| --- a/base/base_switches.cc |
| +++ b/base/base_switches.cc |
| @@ -24,6 +24,12 @@ const char kEnableHeapProfiling[] = "enable-heap-profiling"; |
| // derived from trace events are reported. |
| const char kEnableHeapProfilingModeNative[] = "native"; |
| +// Report per-task heap usage and churn in the task profiler. |
| +// Does not keep track of individual allocations unlike the default and native |
| +// mode. Keeps only track of summarized churn stats in the task profiler |
| +// (chrome://profiler)" |
|
gab
2017/02/15 21:07:53
s/"/./ ?
Sigurður Ásgeirsson
2017/02/16 13:42:51
Oops, copy/paste gaffe. Thanks.
|
| +const char kEnableHeapProfilingTaskProfiler[] = "task-profiler"; |
| + |
| // Generates full memory crash dump. |
| const char kFullMemoryCrashReport[] = "full-memory-crash-report"; |