summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Make CPU meter optionally account guest time in its percentagesHisham Muhammad2013-12-181-0/+1
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-4/+10
| | | | UTF-8 display of big numbers.
* Option to update process names on every refreshHisham Muhammad2012-10-201-0/+1
| | | | | (thanks to Rob Hoelz)
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-4/+12
|
* Use strdup explicitlyHisham Muhammad2011-12-251-11/+11
|
* * Option for counting CPUs from zeroHisham Muhammad2011-03-221-0/+2
| | | | | | (thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
* Use a more correct name for memory option.Hisham Muhammad2010-11-201-1/+1
| | | | | | | User 'sworddragon' in sf.net points out that highlighting '90' in '90000' is not highlighting a "megabyte", since 90000 is not 90MB. Closes #3094939.
* add support for steal/guest CPU time measurementHisham Muhammad2010-08-241-1/+1
| | | | | | simplify processor data accounting (add CPUData structure) remove Process_clone trick
* show custom thread namesHisham Muhammad2010-02-251-0/+1
|
* Let mouseclicks tick/untick checkboxesHisham Muhammad2008-05-071-0/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-25/+24
| | | | | Reduces resulting code size.
* BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad2008-03-081-0/+1
| | | | | | | | | | When user threads are hidden, process now shows the sum of processor usage for all processors. When user threads are displayed, each thread shows its own processor usage, including the root thread. (thanks to Bert Wesarg for the report) Also, add option to display thread colors differently.
* IO-wait time now counts as idle time, which is a moreHisham Muhammad2007-11-091-1/+1
| | | | | | | accurate description. It is still available in split time, now called detailed CPU time. (thanks to Samuel Thibault for the report)
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-11/+11
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad2006-10-041-0/+1
| | | | | | | status bar (minor modifications: default to false, add help)
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+75

© 2014-2024 Faster IT GmbH | imprint | privacy policy