Chromium Code Reviews
DescriptionStats for the renderers are all broken, because of this change:
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/chrome_dll_main.cc?r1=6627&r2=6626&pathrev=6627
line 236
We are appending the pid to the name of the shared memory object,
which causes each renderer to get its own uninitialized copy of the
stats counters, breaking the sharing. So then the about:stats code
can't find the counters created and updated by these processes. This
includes all the V8 counters and timers.
BUG=8311
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Messages
Total messages: 7 (0 generated)
|