Reviewers: jarin,
Description:
Fix perfjit printf format for filename
[email protected]
LOG=n
BUG=none
Please review this at https://codereview.chromium.org/357333002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/perf-jit.cc
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";
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.