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

Unified Diff: src/log.h

Issue 1934453003: [prof] export slide offset in profile log (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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: src/log.h
diff --git a/src/log.h b/src/log.h
index a95d12287e5b954d9e23a9ffa2de499cb37adbce..4f2a60b053e63d879495012d4e19431d02640c12 100644
--- a/src/log.h
+++ b/src/log.h
@@ -272,7 +272,8 @@ class Logger {
void SharedLibraryEvent(const std::string& library_path,
uintptr_t start,
- uintptr_t end);
+ uintptr_t end,
+ uintptr_t slide);
void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta);
void CurrentTimeEvent();

Powered by Google App Engine
This is Rietveld 408576698