htop/solaris
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.
2020-12-08 20:58:40 +01:00
..
Platform.c Unify naming of first argument of Platform_getBattery 2020-11-25 12:47:07 +01:00
Platform.h Unify naming of first argument of Platform_getBattery 2020-11-25 12:47:07 +01:00
SolarisProcess.c Split RichString_(append|appendn|write) into wide and ascii 2020-12-08 20:58:40 +01:00
SolarisProcess.h Hold only a const version of Settings in Process 2020-10-26 19:30:38 +01:00
SolarisProcessList.c Reduce scope of totaltime 2020-11-22 10:04:18 +01:00
SolarisProcessList.h Spacing around operators 2020-11-02 22:15:01 +01:00