Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | Merge branch 'gomoripeti/fix_etop_tr_smp' | Siri Hansen | |
* gomoripeti/fix_etop_tr_smp: Fix etop trace handler in smp environment OTP-11633 | |||
2014-01-27 | observer: cosmetic gui tweaks | Dan Gudmundsson | |
Mainly mac stuff | |||
2014-01-27 | observer: Fix progress dialog creation | Dan Gudmundsson | |
Should not call showModal on a wxProgressdialog it is already display (see doc) and it hangs on MacOSX until someone presses the menu. | |||
2014-01-27 | observer: renamed crashdump_viewer files and fixed makefiles | Siri Hansen | |
2014-01-27 | observer: improve wx version of crashdump_viewer | Siri Hansen | |
* bugfixes * add first test * remove unused code | |||
2014-01-27 | observer: Use crashdump_viewer's term viewer to display large terms and binaries | Dan Gudmundsson | |
2014-01-27 | observer: Fix memory and scheduler info and handle missing fields | Dan Gudmundsson | |
Fix app viewer crash | |||
2014-01-27 | observer: Optimize row lookups | Dan Gudmundsson | |
Use arrays instead of lists to cache data, gives faster lookups for large contents. Also update colors used in table viewer, indication new and changed rows. Other minor bugfixes in tables viewer. | |||
2014-01-27 | observer: improve wx version of crashdump_viewer | Siri Hansen | |
* bugfixes * better progress dialogs * show expanded binaries in different formats * speed up reading of big crashdumps | |||
2014-01-27 | observer: Consolidate the view of process information | Dan Gudmundsson | |
Add clickable links to processes in process info Use html pages (contains clickable processes) to view messages, dictionary and other information. | |||
2014-01-27 | observer: add wx version of crashdump_viewer | Siri Hansen | |
The old web base crashdump_viewer is now removed. | |||
2014-01-21 | Update icons | Dan Gudmundsson | |
Some png libs can not read the old images for some reason. | |||
2014-01-10 | Fix etop trace handler in smp environment | Péter Gömöri | |
There could be multiple processes scheduled to run | |||
2013-12-20 | Merge branch 'dgud/remove-gs-apps/OTP-10915' | Dan Gudmundsson | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-11-29 | Merge branch 'maint' | Henrik Nord | |
2013-11-26 | [observer] Fix copy/paste error in observer_SUITE:app_file/1 | Siri Hansen | |
2013-11-18 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-14 | fixed typo | Dave Parfitt | |
2013-11-11 | Remove etop gui | Dan Gudmundsson | |
Use observer for the gui part | |||
2013-10-11 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Documentation of tracer/2: Use the correct option name 'overload_check' | |||
2013-10-10 | Documentation of tracer/2: Use the correct option name 'overload_check' | Björn Gustavsson | |
The implementation and the documentation disagreed on the name of option. | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-04 | Merge branch 'maint' | Siri Hansen | |
2013-06-04 | Merge branch 'siri/cdv/memory-info/OTP-10604' into maint | Siri Hansen | |
* siri/cdv/memory-info/OTP-10604: [observer] Add mbcs_pool to allocator info in system window [observer] Add mbcs_pool to allocator summary in crashdump_viewer observer: Improve initial call info observer: Add allocator info to gui [observer] Present Memory for each process in crashdump_viewer [observer] Add allocator summary in crashdump_viewer | |||
2013-06-04 | [observer] Add mbcs_pool to allocator info in system window | Siri Hansen | |
2013-06-04 | [observer] Add mbcs_pool to allocator summary in crashdump_viewer | Siri Hansen | |
2013-06-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-23 | observer: Add allocator info to gui | Siri Hansen | |
2013-05-21 | [observer] Present Memory for each process in crashdump_viewer | Siri Hansen | |
A new field named "Memory" has been added for each process in the crash dump. This is now shown by the crashdump_viewer. It replaces the "Stack+heap" column in the process overview page, and is added to the process detail page. | |||
2013-05-21 | [observer] Add allocator summary in crashdump_viewer | Siri Hansen | |
A new table with summary of allocator blocks- and carriers size is added under "Allocator information" in crashdump viewer. | |||
2013-05-21 | observer: corrected tip message | Fredrik Gustafsson | |
2013-05-21 | observer: re-indetion of observer_procinfo.erl | Fredrik Gustafsson | |
2013-05-21 | Add processes state view in observer | crownedgrouse | |
State of generic processes is shown in a new tab of the existing processes view. Behaviour is also shown when declared into the module attributes, otherwise 'undefined'. If state format is not detected, Format is set to 'overriden' when format_status/2 is defined, otherwise 'unknown'. Some processes don't treat system messages, this imply a short delay for displaying the process view, arbitrary set to 200ms. | |||
2013-05-15 | [observer] Update crahshdump_viewer_SUITE for R17 | Siri Hansen | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-08 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [reltool] Clean up work dir after test [observer] Add debug printouts in ttb_SUITE | |||
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-03-14 | [observer] Add debug printouts in ttb_SUITE | Siri Hansen | |
To troubleshoot failed test case trace_resumed_after_node_restart on windows. | |||
2013-03-14 | Merge branch 'siri/observer/misc-bugs/OTP-10894' into maint | Siri Hansen | |
* siri/observer/misc-bugs/OTP-10894: [observer] Extend timer to allow trace msgs to arrive over tcp/ip [observer] Kill slave node between tests in etop_SUITE [observer] Accept current function for a process to be 'undefined' on hipe [observer] Improve measurement of CPU utilization in etop [observer] Fix non tail-recusive loop when measuring scheduler utilization | |||
2013-03-12 | Merge branch 'ats/observer_tv_improper_lists/OTP-10931' into maint | Fredrik Gustafsson | |
* ats/observer_tv_improper_lists/OTP-10931: Fix observer table viewer crash on formatting improper lists | |||
2013-03-12 | Merge branch 'mh/cdv-osx-default-browser/OTP-10929' into maint | Fredrik Gustafsson | |
* mh/cdv-osx-default-browser/OTP-10929: Added open on mac os to doc Use "open" as default browser for crashdump viewer on Mac OS X |