Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | Add OBSERVER_SCALE environment variable for HiDPI support | Loïc Hoguin | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-02-06 | observer: Do not call erlang:get_stacktrace() | Hans Bolinder | |
2017-09-05 | observer: Improve handling of Unicode | Siri Hansen | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-28 | observer: (re)store config | Dan Gudmundsson | |
Store config when exiting app and restore config when starting again. | |||
2017-03-10 | observer: Draw dotted lines for dirty cpu threads | Dan Gudmundsson | |
In OTP-20 dirty_schedulers are default on. Draw them dotted so we can difference between real schedulers and dirty schedulers. | |||
2016-12-05 | [observer] Fix update of range in memory allocator graphs | Siri Hansen | |
2016-06-23 | Reset data when changing node or no schedulers change | Dan Gudmundsson | |
Caused a crash in 19, see ERL-171. Data was never reset so the number of schedulers didn't match the previous collected data. | |||
2016-05-04 | observer: Fix timing issue | Dan Gudmundsson | |
Could crash if interval was updated before node was set. | |||
2016-05-04 | Observer: do not create PaintDC outside of paint callbacks | Dan Gudmundsson | |
Bug introduced in bde2d01506a63, does work on linux but not on the other OS's. | |||
2016-05-02 | Changed setBackgroundColour to setBackgroundStyle | Byaruhanga Franklin | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-22 | observer: Optimize drawing of graphs | Dan Gudmundsson | |
By allowing changes to the number of minutes displayed and update frequency, we need to optimize the drawing of the graphs as it can no longer recalculate everything in each frame drawn. Only recalculate the changed entries, takes more memory but far less cpu usage. While updating the gui, increase the frame-rate a bit so it updates smoother and decrease pen size for graphs to 1 pixel as it looks better according to an office voting. | |||
2016-02-22 | observer: Make it possible to change the graphs Xaxis and update freq | Dan Gudmundsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-27 | observer: Add a new tab memory allocator charts | Dan Gudmundsson | |
Easier to the see memory usage and utilization as charts instead of values that is updating during runtime. Remove from system page and create a separate allocator tab. | |||
2014-01-27 | observer: Fix memory and scheduler info and handle missing fields | Dan Gudmundsson | |
Fix app viewer crash | |||
2013-01-09 | observer: Fix check for graphics contexts | Dan Gudmundsson | |
wxWidgets-2.9 seg faults if you try to create a graphics context before the window is shown. With bad timing this can happen. So change the haveGC test to check if the functionality is available without creating the GraphicsContext. | |||
2013-01-09 | observer: Fix font sizes | Dan Gudmundsson | |
On wxWidgets 2.9 they seem to have fixed font sizes in GC's | |||
2012-06-28 | [observer] Fix dialyser warnings | Dan Gudmundsson | |
2012-03-20 | [observer] Remove system from memory graph | Dan Gudmundsson | |
It is confusing we have total and system is total - processes | |||
2012-02-21 | [observer] Windows double buffer fixes | Dan Gudmundsson | |
DC's and GC's is not double buffered by default on windows, and there is a separate erase event which causes awful flickering when constant updating a window. Hack around wx (to be able to use wxBufferPaintDC), to avoid flickering on windows. This works on windows because there (and only there) wxGC:create/1 also takes a memoryDC as argument. | |||
2012-02-21 | [observer] Add fallback drawing to raster api (wxDC) | Dan Gudmundsson | |
Sigh, seems that Suse-11 does not default deliver wxWidgets with wxGRAPHICS_CONTEXT enabled, add fallback to use wxDC again. | |||
2012-02-21 | [observer] Use wxGC for drawing | Dan Gudmundsson | |
2012-02-21 | [observer] Mac workaround | Dan Gudmundsson | |
2012-02-21 | [observer] Fix crash when loosing connections | Dan Gudmundsson | |
2012-02-21 | [observer] Move data collector to run_time tools | Dan Gudmundsson | |
2012-02-21 | [observer] Use new scheduler_wall_time measurment | Dan Gudmundsson | |
2012-02-21 | [observer] Add performance monitor | Dan Gudmundsson | |
2012-02-21 | [observer] Started with system monitor | Dan Gudmundsson | |