summaryrefslogtreecommitdiffstats
path: root/CPUMeter.c
AgeCommit message (Expand)Author
2020-08-20Merge branch 'hishamhm-pull-1012'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-914'Nathan Scott
2020-06-12fixed x/y coordinate mixupChristoph Budziszewski
2020-06-11adding support for more than 2 smaller cpumeter columnsChristoph Budziszewski
2020-06-11removed whitespace from end of linesChristoph Budziszewski
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-08-10Move sysfs-reading code to LinuxProcessList.c and add average frequency.Arnavion
2019-08-10Fix typo.Arnavion
2019-08-10Show N/A instead of 0KHz when CPU frequency is not available.Arnavion
2019-08-10Add a display option to hide CPU usage number from CPU meter.Arnavion
2019-08-09Divide by 1000, not 1024, and show more decimals.Arnavion
2019-08-09Add new display option to also show CPU frequency in CPU meters.Arnavion
2019-05-26CPU_KERNEL redefinedsenjan
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-12-29Replace all uses of sprintf with snprintfTomasz Kramkowski
2016-05-04Rename Meter.setValues() functions to updateValues()Explorer09
2016-03-11Explicit "maxItems" property of metersExplorer09
2016-02-02Check for failure in allocations.Hisham
2015-10-23Calculate CPU averages on Darwin (See #295).Hisham Muhammad
2015-08-27remove extra space in dual meters without marginsChristian Hesse
2015-02-03Add longer descriptions to available meters.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-04-24Make blue text more readable. Closes #55.Hisham Muhammad
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2014-01-16BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham Muhammad
2013-12-18Make CPU meter optionally account guest time in its percentagesHisham Muhammad
2013-02-26Remove explicit calls to curses.h in other filesHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2011-09-08Fix off-by-one error in PROCESSOR displayHisham Muhammad
2011-09-08Realign display of text-mode CPU meters. Closes #3369526.Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2011-05-26fix broken height for All CPUs meterHisham Muhammad
2011-03-31retain meter state when it is reinit'ed in the Setup screenHisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
2010-06-30Fix display of nan% in CPU metersHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25never show nan%Hisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2007-11-09IO-wait time now counts as idle time, which is a moreHisham Muhammad
2006-10-04Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ...Hisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad