summaryrefslogtreecommitdiffstats
path: root/MemoryMeter.c
AgeCommit message (Expand)Author
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-12-26Update includes based on IWYUBenny Baumann
2023-10-26Incorporate shared memory in bar textKevin Bracey
2023-10-26Move shared memory next to used memoryKevin Bracey
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-04-23{Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov
2023-04-23{Memory,Swap}Meter: make sure new constants are used consistentlyIvan Shapovalov
2023-01-07Improve code readability by creating constants for memory valuesGuillaume Gomez
2021-10-12Ensure consistent reporting of MemoryMeter used memoryNathan Scott
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-03-17MemoryMeter: show shared memory before cachedChristian Göttsche
2021-03-15Linux: individually show shared memoryChristian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-02-07Linux: overhaul memory partitionChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-08Use sizeof buffer instead of magic numberChristian Göttsche
2020-12-06Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing t...Christian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Covert Meter attributes to file-local constant arraysChristian Göttsche
2020-09-03Axe automated header generation.Zev Weiss
2019-10-31Clean up existing whitespaceDaniel Flanagan
2016-05-04Rename Meter.setValues() functions to updateValues()Explorer09
2015-08-27use dynamic units for text displayChristian Hesse
2015-08-27make units more dynamicChristian Hesse
2015-06-09Changed MemoryMeter and SwapMeter to use short memory sizesTomasz Kramkowski
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-16BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham 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-05-26Tempus fugit.Hisham Muhammad
2010-11-22Remove arbitrary limit from rich stringsHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-04-10- Overhaul meters implementation;Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad