You can see histograms in Chromium at chrome://histograms/. Counters are not supported by Chromium.
Yang On Tue, Nov 3, 2015 at 5:55 AM GyeongHwan Hong <[email protected]> wrote: > Hello, > > I'd like to profile V8's behavior using counters and histograms which are > declared in "v8/src/counters.h". > > As I know, the counters and histograms can be displayed to user by > building 'd8' with flags "--dump_counters" or "--map_counters". > > https://code.google.com/p/v8/source/browse/branches/bleeding_edge/src/flag-definitions.h > > > However, I want to see those of v8 in "Chromium web browser", not d8. > > In this case, how can I see Chromium-V8's counters and histograms? > > Regards, > Gyeonghwan Hong. > > -- > -- > 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. > -- -- 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.
