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

Unified Diff: content/common/child_process_messages.h

Issue 2386123003: Add heap allocator usage to task profiler. (Closed)
Patch Set: Address Eric's comment. Created 4 years 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 | « 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 fefc94fcfc6ac8ead7f12db09867466fcd785370..77696660515914bdef22aca9f62ee8d67ccafd0d 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)
« no previous file with comments | « 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