Status: ----
Owner: ----
CC: [email protected], [email protected], [email protected], [email protected], [email protected]
Labels: Type-Bug Priority-Medium

New issue 3685 by [email protected]: Figure out what to do with counters
https://code.google.com/p/v8/issues/detail?id=3685

V8 has a bunch of counters, not all of them are connected to anything in Chrome. What to do with those?

And there are more problems: Even if the Chrome counters were thread safe, the V8 Counter class is not. And I don't think there's any way to access the data produced by background threads on the Chrome side, so updating counters on a background thread is useless.

So we should probably:
- clean up the unused ones (thread safety problems but no real benefits)
- either say we don't want counters for background threads, or figure a way to make them work.

Or maybe rip out counters altogether? Histograms are useful but are counters even used for anything atm?

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