Hi, I was wondering if there was a way to get v8 to output code coverage metrics? Ideally something similar to gcov's output: http://en.wikipedia.org/wiki/Gcov
If not are there any plans to add such a feature? It could be extremely useful for those that are into unit testing or for anyone trying to find dead code and having the functionality in the interpreter/engine seems like the logical place and a better solution than some of the JS rewriting solutions currently available. Thanks, Tom. -- -- 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.
