On Wed, Feb 5, 2014 at 10:39 AM, Pomil Proch <[email protected]> wrote: > Can there be possible workaround for v8 , so that i can add timestamp > information ,iteration count for functions
There are a large number of tools[1] based on escodegen[2] that augment source code to do things like you described. escodegen is pretty easy to work with, by the way. If no existing tools are to your liking, then it's quite straightforward to write one yourself. [1] https://npmjs.org/browse/depended/escodegen [2] https://github.com/Constellation/escodegen -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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/groups/opt_out.
