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

Unified Diff: src/perf-jit.cc

Issue 357333002: Fix perfjit printf format for filename (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/perf-jit.cc
diff --git a/src/perf-jit.cc b/src/perf-jit.cc
index 0c0f9802974a2d31bc0b22e3532c3b0f93453a24..4ed36d17e9f79e80dde8c523669e87154f5a2fb1 100644
--- a/src/perf-jit.cc
+++ b/src/perf-jit.cc
@@ -38,7 +38,7 @@ namespace internal {
#ifdef __linux__
-const char PerfJitLogger::kFilenameFormatString[] = "perfjit.dump";
+const char PerfJitLogger::kFilenameFormatString[] = "perfjit-%d.dump";
// Timestamp module name
const char PerfJitLogger::kTraceClockDevice[] = "/dev/trace_clock";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698