Comment #3 on issue 3873 by [email protected]: --perf_jit_prof should not hard-code /dev/trace_clock
https://code.google.com/p/v8/issues/detail?id=3873

I would be able to use --perf_jit_prof on systems where there is no /dev/trace_clock, I'm not root but do have access to a PTP device.

Alternatively, a flag that tells V8 to just use clock_gettime(CLOCK_MONOTONIC) would work equally well for my use case. I assume the use of trace clocks is to sync up events from different processes but that's not an issue in io.js / node.js.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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