Christian Göttsche
467bb78bb1
ZramMeter: update bar mode
...
Show both compressed and uncompressed bars.
Closes : #1216
3 years ago
mayurdahibhate
3f86a011e6
platform-dependent files included relative to main source directory
5 years ago
mayurdahibhate
1b74dfe187
cleaned up includes with iwyu
5 years ago
Christian Göttsche
2d1042adb3
Save text buffer in Meter
5 years ago
Christian Göttsche
157086e750
Split RichString_(append|appendn|write) into wide and ascii
...
RichString_writeFrom takes a top spot during performance analysis due to the
calls to mbstowcs() and iswprint().
Most of the time we know in advance that we are only going to print regular
ASCII characters.
5 years ago
Christian Göttsche
ad764ff972
Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers
...
Closes : #294
5 years ago
Christian Göttsche
e1ce141bc3
Use size_t as len type for Meter_UpdateValues
...
Most of the time the parameter is passed to snprintf type functions
5 years ago
Christian Göttsche
7cf5277594
IWYU update (Linux)
5 years ago
Benny Baumann
374edb9ed5
Spacing after keywords (if)
5 years ago
Murloc Knight
ab17ef4dc0
Zram Meter feature
5 years ago