Re: [v8-users] Displaying V8 Counter & Histogram

2015-10-26 Thread Jakob Kummerow
As far as I know, Chromium has dropped support for V8 counters :-( On Mon, Oct 26, 2015 at 6:36 AM, GyeongHwan Hong 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

Re: [v8-users] Displaying V8 Counter & Histogram

2015-10-26 Thread GyeongHwan Hong
I'd better to make my own counter dump code... Thanks for your reply. Sincerely, Gyeonghwan Hong. 2015년 10월 26일 (월) 오후 6:18, Jakob Kummerow 님이 작성: > As far as I know, Chromium has dropped support for V8 counters :-( > > On Mon, Oct 26, 2015 at 6:36 AM, GyeongHwan Hong

[v8-users] Displaying V8 Counter & Histogram

2015-10-25 Thread GyeongHwan Hong
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".