Revision: 24071
Author:   [email protected]
Date:     Fri Sep 19 09:30:04 2014 UTC
Log:      Fix type in idle time undershot histogram name

[email protected]
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/587563003
https://code.google.com/p/v8/source/detail?r=24071

Modified:
 /branches/bleeding_edge/src/counters.h

=======================================
--- /branches/bleeding_edge/src/counters.h      Tue Sep 16 16:18:02 2014 UTC
+++ /branches/bleeding_edge/src/counters.h      Fri Sep 19 09:30:04 2014 UTC
@@ -295,7 +295,7 @@
/* Generic range histograms */ \ HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \ HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \ - HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimi.Undershot, 0, 10000, 101) + HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, 101)

 #define HISTOGRAM_TIMER_LIST(HT)                             \
   /* Garbage collection timers. */                           \

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