- 21 Jan, 2016 1 commit
-
-
Hisham authored
as suggested by @Explorer09. It's not really faster.
-
- 05 Jan, 2016 1 commit
-
-
Explorer09 authored
-
- 24 Dec, 2015 2 commits
-
-
Explorer09 authored
This patch colors the graph meter based on the items of the bar meter. For example, if most of the CPU power is running on low-priority processes, then blue will be shown on the graph columns. If most of the CPU is running on kernel things, then the columns will be red, and so on. The algorithm in this patch is not final yet. Expect some bugs such as: that some of the cells are colored gray while ideally they shouldn't.
-
Explorer09 authored
Currently GRAPH_HEIGHT=4 . This prevents hard-coding the height of the graph meters, and allows user to change it at compile-time. (It's still unchangeable in runtime yet. Can a Setup option be implemented for this thing?)
-
- 27 Aug, 2015 1 commit
-
-
Christian Hesse authored
Signed-off-by: Christian Hesse <mail@eworm.de>
-
- 19 Aug, 2015 2 commits
-
-
Christian Hesse authored
-
Christian Hesse authored
With more dimensional arrays we have to define the array size. Use one dimensional arrays to be more flexible. Additionally this allows to shrink array size for ASCII.
-
- 17 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 03 Feb, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 23 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
Kinda runs, but functionality from the original main loop is still missing. Patience.
-
- 22 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
-
- 27 Nov, 2014 1 commit
-
-
Hisham Muhammad authored
Set up environment to move other meters.
-
- 27 Feb, 2014 1 commit
-
-
Hisham Muhammad authored
-
- 16 Jan, 2014 1 commit
-
-
Hisham Muhammad authored
See https://bugzilla.redhat.com/show_bug.cgi?id=987805 for details. (thanks to Dawid Gajownik for the detailed analysis!)
-
- 05 Dec, 2012 1 commit
-
-
Hisham Muhammad authored
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
-
- 26 Dec, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 24 Sep, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 26 May, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 22 Mar, 2011 1 commit
-
-
Hisham Muhammad authored
(thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
-
- 25 Feb, 2010 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 02 Jun, 2009 1 commit
-
-
Hisham Muhammad authored
-
- 17 Feb, 2009 1 commit
-
-
Hisham Muhammad authored
-
- 23 Sep, 2008 1 commit
-
-
Hisham Muhammad authored
contributed by Ian Hands
-
- 09 Mar, 2008 2 commits
-
-
Hisham Muhammad authored
Reduces resulting code size.
-
Hisham Muhammad authored
flag, which requires libncursesw. Thanks to Sergej Pupykin!
-
- 11 Jul, 2006 1 commit
-
-
Hisham Muhammad authored
disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
-
- 06 Jun, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 09 May, 2006 1 commit
-
-
Hisham Muhammad authored
-
- 10 Apr, 2006 1 commit
-
-
Hisham Muhammad authored
- add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
-
- 04 Mar, 2006 1 commit
-
-
Hisham Muhammad authored
-