v8: add %p option to --logfile, expands to pid
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 18 Jan 2013 00:23:34 +0000 (01:23 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 18 Jan 2013 00:33:12 +0000 (01:33 +0100)
commit8b0f3ce397b473ab6c438aa9c002f38396713e44
treee9139a375ff9f3c3aa76dcb035a3ff506ad6fb1e
parent4488a69fac9a00ec8ce941464cfc16b9078249ee
v8: add %p option to --logfile, expands to pid

Useful when you are profiling multiple instances of V8 concurrently.
Submitted upstream: http://code.google.com/p/v8/issues/detail?id=2503

Refs #4617.
deps/v8/src/log-utils.cc