Status: Assigned
Owner: [email protected]
Labels: Type-Bug Priority-Medium
New issue 3378 by [email protected]: V8 counters and histograms do not
work in Chrome
http://code.google.com/p/v8/issues/detail?id=3378
The backing store for counters and histograms is provided by the embedder
via callbacks. Those callbacks are stored in isolate->stats_table(). In
Chrome, the callbacks are registered in content::RenderThreadImpl::Init
[0]. At that time however, we don't even have an Isolate yet, so we simply
ignore it. Later on, when we try to use counters, we don't have the
callbacks, and regard counters as disabled.
Could this be a fall out of removing the default Isolate?
[0]
https://code.google.com/p/chromium/codesearch#chromium/src/content/renderer/render_thread_impl.cc&q=%20RenderThreadImpl::Init()&sq=package:chromium&type=cs&l=334
--
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.