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

Unified Diff: base/trace_event/process_memory_maps.h

Issue 2869073002: Adding PE TimeStamp to chrome trace to ease retrieving debug information (Closed)
Patch Set: Created 3 years, 7 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
Index: base/trace_event/process_memory_maps.h
diff --git a/base/trace_event/process_memory_maps.h b/base/trace_event/process_memory_maps.h
index 6a7367437e55d0208ade37130b1ea08fcbf009d2..35bb6e53ef5ce71f67401c6b2dd6eba5af8ff5cb 100644
--- a/base/trace_event/process_memory_maps.h
+++ b/base/trace_event/process_memory_maps.h
@@ -32,6 +32,7 @@ class BASE_EXPORT ProcessMemoryMaps {
uint64_t start_address;
uint64_t size_in_bytes;
+ uint64_t timestamp;
Primiano Tucci (use gerrit) 2017/05/09 16:34:01 since this is windows only can we call it win_modu
etienneb 2017/05/09 17:39:31 Agree that adding module_ will help understanding
uint32_t protection_flags;
std::string mapped_file;

Powered by Google App Engine
This is Rietveld 408576698