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/hipe/hipe_bif1.tab | |
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/hipe/hipe_bif1.tab')
-rw-r--r-- | erts/emulator/hipe/hipe_bif1.tab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/erts/emulator/hipe/hipe_bif1.tab b/erts/emulator/hipe/hipe_bif1.tab index c5b452f199..4be0ad0e9c 100644 --- a/erts/emulator/hipe/hipe_bif1.tab +++ b/erts/emulator/hipe/hipe_bif1.tab @@ -27,24 +27,3 @@ bif hipe_bifs:call_count_get/1 bif hipe_bifs:call_count_clear/1 bif hipe_bifs:trap_count_get/0 bif hipe_bifs:trap_count_clear/0 -bif hipe_bifs:process_info/0 -bif hipe_bifs:process_info_clear/0 -bif hipe_bifs:message_info/0 -bif hipe_bifs:message_info_clear/0 -bif hipe_bifs:message_sizes/0 -bif hipe_bifs:gc_info/0 -bif hipe_bifs:shared_gc_info/0 -bif hipe_bifs:incremental_gc_info/0 -bif hipe_bifs:gc_info_clear/0 -bif hipe_bifs:pause_times/0 -bif hipe_bifs:system_timer/0 -bif hipe_bifs:system_timer_clear/0 -bif hipe_bifs:send_timer/0 -bif hipe_bifs:send_timer_clear/0 -bif hipe_bifs:gc_timer/0 -bif hipe_bifs:shared_gc_timer/0 -bif hipe_bifs:gc_timer_clear/0 -bif hipe_bifs:misc_timer/0 -bif hipe_bifs:misc_timer_clear/0 -bif hipe_bifs:get_hrvtime/0 -bif hipe_bifs:stop_hrvtime/0 |