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

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: Improve comments, fix cosmetic problems. Created 4 years, 5 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/debug/scoped_heap_usage.h » ('j') | base/debug/scoped_heap_usage.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 1391f3736cc32190f36b08ae87ebe62e8db7a554..ad8a87ea6ebc450cea35a976ef05b8ca3d67d94f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -281,6 +281,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",
@@ -1746,6 +1748,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/debug/scoped_heap_usage.h » ('j') | base/debug/scoped_heap_usage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698