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

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: Address Nico's comments. Created 4 years, 3 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') | 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 d37f99bd113c74a283a6bee01ad4c7bb4ce7b2d9..977021b475dfbb08546de6404f9823e437ebc9b5 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -291,6 +291,8 @@ component("base") {
"debug/proc_maps_linux.h",
"debug/profiler.cc",
"debug/profiler.h",
+ "debug/scoped_thread_heap_usage.cc",
+ "debug/scoped_thread_heap_usage.h",
"debug/stack_trace.cc",
"debug/stack_trace.h",
"debug/stack_trace_android.cc",
@@ -1771,6 +1773,7 @@ test("base_unittests") {
"debug/debugger_unittest.cc",
"debug/leak_tracker_unittest.cc",
"debug/proc_maps_linux_unittest.cc",
+ "debug/scoped_thread_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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698