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

Unified Diff: base/trace_event/trace_event_impl.h

Issue 1258903003: Revert of [tracing] Fix, simplify and speed up accounting of TraceEvent memory overhead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « base/trace_event/trace_buffer.cc ('k') | base/trace_event/trace_event_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/trace_event_impl.h
diff --git a/base/trace_event/trace_event_impl.h b/base/trace_event/trace_event_impl.h
index 8e9b3b0a96e51a1dc85a11394f1455b64dda3462..6d6e4d4d363140645b3e2fa9f34fe2bc6cb3b34b 100644
--- a/base/trace_event/trace_event_impl.h
+++ b/base/trace_event/trace_event_impl.h
@@ -155,6 +155,7 @@ class BASE_EXPORT TraceEvent {
TimeDelta thread_duration_;
// id_ can be used to store phase-specific data.
unsigned long long id_;
+ scoped_ptr<TraceEventMemoryOverhead> cached_memory_overhead_estimate_;
// context_id_ is used to store context information.
unsigned long long context_id_;
TraceValue arg_values_[kTraceMaxNumArgs];
« no previous file with comments | « base/trace_event/trace_buffer.cc ('k') | base/trace_event/trace_event_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698