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

Unified Diff: base/trace_event/trace_buffer.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 | « no previous file | base/trace_event/trace_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/trace_buffer.h
diff --git a/base/trace_event/trace_buffer.h b/base/trace_event/trace_buffer.h
index 4074120e4c9260be8ee1d3c29b3c09fdafa00261..8107f322ebb3368fc8ea9d79f178cae2febcd982 100644
--- a/base/trace_event/trace_buffer.h
+++ b/base/trace_event/trace_buffer.h
@@ -44,7 +44,7 @@ class BASE_EXPORT TraceBufferChunk {
private:
size_t next_free_;
- scoped_ptr<TraceEventMemoryOverhead> cached_overhead_estimate_;
+ scoped_ptr<TraceEventMemoryOverhead> cached_overhead_estimate_when_full_;
TraceEvent chunk_[kTraceBufferChunkSize];
uint32 seq_;
};
« no previous file with comments | « no previous file | base/trace_event/trace_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698