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

Unified Diff: content/common/child_process_messages.h

Issue 2386123003: Add heap allocator usage to task profiler. (Closed)
Patch Set: Fix remaining clang compile errors. Created 4 years, 1 month 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
« base/tracked_objects.cc ('K') | « chrome/browser/ui/webui/profiler_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_process_messages.h
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index c74214a181ac64ef60d1d4b30666f8cc51badce9..10adcb447d9d6d2c7e1bd7ef42dac3974e419456 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -53,6 +53,12 @@ IPC_STRUCT_TRAITS_BEGIN(tracked_objects::DeathDataSnapshot)
IPC_STRUCT_TRAITS_MEMBER(queue_duration_sum)
IPC_STRUCT_TRAITS_MEMBER(queue_duration_max)
IPC_STRUCT_TRAITS_MEMBER(queue_duration_sample)
+ IPC_STRUCT_TRAITS_MEMBER(alloc_ops)
+ IPC_STRUCT_TRAITS_MEMBER(free_ops)
+ IPC_STRUCT_TRAITS_MEMBER(allocated_bytes)
+ IPC_STRUCT_TRAITS_MEMBER(freed_bytes)
+ IPC_STRUCT_TRAITS_MEMBER(alloc_overhead_bytes)
+ IPC_STRUCT_TRAITS_MEMBER(max_allocated_bytes)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(tracked_objects::TaskSnapshot)
« base/tracked_objects.cc ('K') | « chrome/browser/ui/webui/profiler_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698