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

Unified Diff: base/BUILD.gn

Issue 2163783003: Implement a ScopedThreadHeapUsage class to allow profiling per-thread heap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shim-default
Patch Set: Fix a brain****, may even compile now. Created 4 years, 4 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 | base/allocator/allocator_shim.h » ('j') | base/allocator/allocator_shim.h » ('J')
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 3075098b95c86b0496830726d7041b6332dcd610..3f8f6d6b8eebf6b4020783362f347202671fbc66 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -290,6 +290,8 @@ component("base") {
"debug/proc_maps_linux.h",
"debug/profiler.cc",
"debug/profiler.h",
+ "debug/scoped_heap_usage.cc",
+ "debug/scoped_heap_usage.h",
"debug/stack_trace.cc",
"debug/stack_trace.h",
"debug/stack_trace_android.cc",
@@ -1775,6 +1777,7 @@ test("base_unittests") {
"debug/debugger_unittest.cc",
"debug/leak_tracker_unittest.cc",
"debug/proc_maps_linux_unittest.cc",
+ "debug/scoped_heap_usage_unittest.cc",
"debug/stack_trace_unittest.cc",
"debug/task_annotator_unittest.cc",
"deferred_sequenced_task_runner_unittest.cc",
« no previous file with comments | « no previous file | base/allocator/allocator_shim.h » ('j') | base/allocator/allocator_shim.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698