1. 21 Jan, 2016 1 commit
  2. 05 Jan, 2016 1 commit
  3. 24 Dec, 2015 2 commits
    • Explorer09's avatar
      [Experimental] Graph meter coloring by items. · 5c18866e
      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.
      5c18866e
    • Explorer09's avatar
      New macro GRAPH_HEIGHT for Graph Meter height · e93028d7
      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?)
      e93028d7
  4. 27 Aug, 2015 1 commit
  5. 19 Aug, 2015 2 commits
  6. 17 Mar, 2015 1 commit
  7. 03 Feb, 2015 1 commit
  8. 23 Jan, 2015 1 commit
  9. 22 Jan, 2015 1 commit
  10. 27 Nov, 2014 1 commit
  11. 27 Feb, 2014 1 commit
  12. 16 Jan, 2014 1 commit
  13. 05 Dec, 2012 1 commit
  14. 26 Dec, 2011 1 commit
  15. 24 Sep, 2011 1 commit
  16. 26 May, 2011 1 commit
  17. 22 Mar, 2011 1 commit
  18. 25 Feb, 2010 2 commits
  19. 02 Jun, 2009 1 commit
  20. 17 Feb, 2009 1 commit
  21. 23 Sep, 2008 1 commit
  22. 09 Mar, 2008 2 commits
  23. 11 Jul, 2006 1 commit
    • Hisham Muhammad's avatar
      Performance improvement hackathon: improve process comparison routines, · 5d48ab8c
      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.
      5d48ab8c
  24. 06 Jun, 2006 1 commit
  25. 09 May, 2006 1 commit
  26. 10 Apr, 2006 1 commit
  27. 04 Mar, 2006 1 commit