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

Unified Diff: base/BUILD.gn

Issue 2699833006: Enable the memory task profiler in all builds where the heap shim is available. (Closed)
Patch Set: Address Gab's nit. Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 11236dcd171b1a85d861094613942425e6432490..0a9cc776f398361ae2b141d300fc00edfc461d79 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -38,9 +38,9 @@ declare_args() {
override_build_date = "N/A"
# Turn on memory profiling in the task profiler when the heap shim is
- # available, except for official builds for now.
- enable_memory_task_profiler =
- use_experimental_allocator_shim && (!is_official_build || is_syzyasan)
+ # available. Profiling can then be enabled at runtime by passing the command
+ # line flag --enable-heap-profiling=task-profiler.
+ enable_memory_task_profiler = use_experimental_allocator_shim
# Partition alloc is included by default except iOS.
use_partition_alloc = !is_ios
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698