Is there a way to get stats about how many instances of a specific Javascript class are being garbage collected? --trace-gc does not provide that much details.
Specifically there is a specific Javascript class that is instantiated multiple times in my app. I want to verify that this could be the cause of the observed very frequent garbage collection, before taking any action to reduce such allocations in the code. Thank you, Demetrios -- -- 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.
