diff options
author | Siri Hansen <[email protected]> | 2011-03-07 08:29:22 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-03-07 08:29:22 +0100 |
commit | 5878040bda0427afebf4581534b6dd6febd4b3ce (patch) | |
tree | 62f4c14b188ad04befa18822a83644eba3115672 /lib/observer/src/Makefile | |
parent | dead903e9703ee043a6195cbba9b1ddd8935cba3 (diff) | |
parent | e98f3bded140a81a47667b37b6d879ee56fa0f8d (diff) | |
download | otp-5878040bda0427afebf4581534b6dd6febd4b3ce.tar.gz otp-5878040bda0427afebf4581534b6dd6febd4b3ce.tar.bz2 otp-5878040bda0427afebf4581534b6dd6febd4b3ce.zip |
Merge branch 'siri/observer/slow-load-of-big-crashdumps/OTP-9051' into dev
* siri/observer/slow-load-of-big-crashdumps/OTP-9051:
Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test
Bugfix: Never deliver empty chunk to inets
Fix file descriptor leak in crashdump_viewer:chunk_page
Minor bugfix related to improved performance of crashdump_viewer
Document new cdv script and cdv.bat file for starting crashdump viewer
Add shell script and .bat file to start crashdump_viewer
Fix slow parsing of crashdumps
Diffstat (limited to 'lib/observer/src/Makefile')
-rw-r--r-- | lib/observer/src/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/observer/src/Makefile b/lib/observer/src/Makefile index b4eb518dd7..2d06cb6bc4 100644 --- a/lib/observer/src/Makefile +++ b/lib/observer/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2002-2009. All Rights Reserved. +# Copyright Ericsson AB 2002-2011. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -59,8 +59,10 @@ BINDIR= $(PRIVDIR)/bin EXECUTABLES= \ $(BINDIR)/etop \ $(BINDIR)/getop \ + $(BINDIR)/cdv \ $(BINDIR)/etop.bat \ - $(BINDIR)/getop.bat + $(BINDIR)/getop.bat \ + $(BINDIR)/cdv.bat CDVDIR= $(PRIVDIR)/crashdump_viewer GIF_FILES= \ $(CDVDIR)/collapsd.gif \ |