From ebc81123499da2e0fa03f8eb989dfeb785a04bd3 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Wed, 10 Jan 2018 17:49:35 +0100 Subject: [observer] Improve performance for many links or monitors When a process has many links and/or monitors, it could earlier take very long time to display the process information window. This is now improved by only showing a few links and monitors, and then an link named "more..." to expand the rest. Reading of the "Link list" from a crashdump is also improved. --- lib/observer/test/crashdump_helper.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/observer/test') diff --git a/lib/observer/test/crashdump_helper.erl b/lib/observer/test/crashdump_helper.erl index bb1755f530..b5e94a893a 100644 --- a/lib/observer/test/crashdump_helper.erl +++ b/lib/observer/test/crashdump_helper.erl @@ -83,6 +83,7 @@ n1_proc(Creator,_N2,Pid2,Port2,_L) -> link(OtherPid), % own node link(Pid2), % external node erlang:monitor(process,OtherPid), + erlang:monitor(process,init), % named process erlang:monitor(process,Pid2), code:load_file(?MODULE), -- cgit v1.2.3