| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index 986e6dd6bb820a6a584e001fb832d586276d6619..61335520c831bc5d827e6356699f46bc25648273 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -299,7 +299,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.
|
|
|