diff options
author | Sverker Eriksson <[email protected]> | 2017-11-13 20:35:07 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-13 20:40:33 +0100 |
commit | 374623c53c7b7f613eb9aa20deb06d7425697086 (patch) | |
tree | 68c1240b271f8c3c018400e23dcefb95764afcb8 | |
parent | a872592f245ec8287b15c3b5c8ed1057dba48756 (diff) | |
download | otp-374623c53c7b7f613eb9aa20deb06d7425697086.tar.gz otp-374623c53c7b7f613eb9aa20deb06d7425697086.tar.bz2 otp-374623c53c7b7f613eb9aa20deb06d7425697086.zip |
Remove duplicate stats for 'fetch'
-rw-r--r-- | erts/emulator/beam/erl_alloc_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/emulator/beam/erl_alloc_util.c b/erts/emulator/beam/erl_alloc_util.c index a515569794..d8346c4239 100644 --- a/erts/emulator/beam/erl_alloc_util.c +++ b/erts/emulator/beam/erl_alloc_util.c @@ -4746,9 +4746,6 @@ info_cpool(Allctr_t *allctr, add_2tup(hpp, szp, &res, am.blocks, bld_unstable_uint(hpp, szp, nob)); - add_3tup(hpp, szp, &res, am.fetch, - bld_unstable_uint(hpp, szp, ERTS_ALC_CC_GIGA_VAL(allctr->cpool.stat.fetch)), - bld_unstable_uint(hpp, szp, ERTS_ALC_CC_VAL(allctr->cpool.stat.fetch))); } return res; |