Updates:
        Status: Accepted
        Owner: ---
        Cc: [email protected] [email protected] [email protected]

Comment #1 on issue 3378 by [email protected]: V8 counters and histograms do not work in Chrome
http://code.google.com/p/v8/issues/detail?id=3378

As discussed offline, there are several problems with counter/histograms:

* The API entries for initializing the callbacks should be member functions of Isolate (probably :-}).

   * Chrome needs to do the initialization later/differently.

* v8 is totally ignoring threading issues, e.g. counters are incremented without any mutexes/barriers.

So in a nutshell: We first have to figure out what we want to collect/combine exactly, and then update V8 and Chrome accordingly. As it is, it never worked correctly (after the introduction of Isolates, ages ago...).

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