| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index fad3454812377a159733766f87f49a930e362e5d..955554b36fff4fdcd78c14579883d8dba5c3a52e 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -300,7 +300,10 @@ namespace internal {
|
| SC(cell_space_bytes_used, V8.MemoryCellSpaceBytesUsed) \
|
| SC(lo_space_bytes_available, V8.MemoryLoSpaceBytesAvailable) \
|
| SC(lo_space_bytes_committed, V8.MemoryLoSpaceBytesCommitted) \
|
| - SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed)
|
| + SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed) \
|
| + SC(transition_site_positive_score, V8.TransitionSitePositiveScore) \
|
| + SC(transition_site_negative_score, V8.TransitionSiteNegativeScore) \
|
| + SC(transition_site_neutral_score, V8.TransitionSiteNeutralScore)
|
|
|
|
|
| // This file contains all the v8 counters that are in use.
|
|
|