diff options
author | Lukas Larsson <[email protected]> | 2016-06-17 16:20:53 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-07-14 15:55:42 +0200 |
commit | 8d64850d816957f9decf26148eb4ced8275ea1f9 (patch) | |
tree | 6b6d7a25c3602b119feade654b310d1f48dedc26 /erts/emulator/beam/erl_init.c | |
parent | 4cec737d18f02a3cb3e59b95b86c0a50a0649693 (diff) | |
download | otp-8d64850d816957f9decf26148eb4ced8275ea1f9.tar.gz otp-8d64850d816957f9decf26148eb4ced8275ea1f9.tar.bz2 otp-8d64850d816957f9decf26148eb4ced8275ea1f9.zip |
hipe: Remove performance profiling code
This type of statistics is now available through the microstate
accounting API.
Diffstat (limited to 'erts/emulator/beam/erl_init.c')
-rw-r--r-- | erts/emulator/beam/erl_init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/emulator/beam/erl_init.c b/erts/emulator/beam/erl_init.c index fbdafec4ef..2239b6f045 100644 --- a/erts/emulator/beam/erl_init.c +++ b/erts/emulator/beam/erl_init.c @@ -332,8 +332,6 @@ erl_init(int ncpu, int node_tab_delete_delay, ErtsDbSpinCount db_spin_count) { - init_benchmarking(); - erts_bif_unique_init(); erts_init_monitors(); erts_init_time(time_correction, time_warp_mode); @@ -2345,8 +2343,6 @@ erts_exit_vv(int n, int flush_async, char *fmt, va_list args1, va_list args2) { system_cleanup(flush_async); - save_statistics(); - if (erts_mtrace_enabled) erts_mtrace_exit((Uint32) n); |