| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 3987)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -186,7 +186,9 @@
|
| SC(math_sqrt, V8.MathSqrt) \
|
| SC(math_tan, V8.MathTan) \
|
| SC(transcendental_cache_hit, V8.TranscendentalCacheHit) \
|
| - SC(transcendental_cache_miss, V8.TranscendentalCacheMiss)
|
| + SC(transcendental_cache_miss, V8.TranscendentalCacheMiss) \
|
| + SC(safe_expression_succeeded, V8.SafeExpressionSucceeded) \
|
| + SC(safe_expression_tried, V8.SafeExpressionTried)
|
|
|
| // This file contains all the v8 counters that are in use.
|
| class Counters : AllStatic {
|
|
|