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

Unified Diff: gin/v8_isolate_memory_dump_provider.h

Issue 1266003003: [tracing] Add light dumps in the V8 dump provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@light_dumps
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 | gin/v8_isolate_memory_dump_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/v8_isolate_memory_dump_provider.h
diff --git a/gin/v8_isolate_memory_dump_provider.h b/gin/v8_isolate_memory_dump_provider.h
index dd44ec9585fe0a9516fc78a3cba882a4ec3d6570..2a2c5dbcdb007a2f1a5f642bb143091f80b608da 100644
--- a/gin/v8_isolate_memory_dump_provider.h
+++ b/gin/v8_isolate_memory_dump_provider.h
@@ -29,6 +29,7 @@ class V8IsolateMemoryDumpProvider
private:
void DumpHeapStatistics(
+ const base::trace_event::MemoryDumpArgs& args,
base::trace_event::ProcessMemoryDump* process_memory_dump);
IsolateHolder* isolate_holder_; // Not owned.
« no previous file with comments | « no previous file | gin/v8_isolate_memory_dump_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698