Revision: 22102
Author:   [email protected]
Date:     Mon Jun 30 15:39:19 2014 UTC
Log:      Fix perfjit printf format for filename

[email protected]
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/357333002
http://code.google.com/p/v8/source/detail?r=22102

Modified:
 /branches/bleeding_edge/src/perf-jit.cc

=======================================
--- /branches/bleeding_edge/src/perf-jit.cc     Mon Jun 30 14:35:58 2014 UTC
+++ /branches/bleeding_edge/src/perf-jit.cc     Mon Jun 30 15:39:19 2014 UTC
@@ -38,7 +38,7 @@

 #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.

Reply via email to