Revision: 24107
Author:   [email protected]
Date:     Mon Sep 22 07:48:46 2014 UTC
Log:      Version 3.29.70.1 (merged r24071)

Fix type in idle time undershot histogram name

[email protected]
BUG=

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

Modified:
 /trunk/src/counters.h
 /trunk/src/version.cc

=======================================
--- /trunk/src/counters.h       Mon Sep 22 07:42:28 2014 UTC
+++ /trunk/src/counters.h       Mon Sep 22 07:48:46 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. */                           \
=======================================
--- /trunk/src/version.cc       Mon Sep 22 07:42:28 2014 UTC
+++ /trunk/src/version.cc       Mon Sep 22 07:48:46 2014 UTC
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     29
 #define BUILD_NUMBER      70
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

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