summaryrefslogtreecommitdiffstats
path: root/linux/PressureStallMeter.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-1/+1
|
* Use RichString_appendnAscii where possibleChristian Göttsche2021-04-261-6/+8
| | | | | | | | | | `RichString_appendnAscii()` avoids a `strlen(3)` call over ` RichString_appendAscii()`. Use the former where the length is available from a previous checked `snprintf(3)` call. Keep `RichString_appendAscii()` when passing a string literal and rely on compilers to optimize the `strlen(3)` call away.
* Save text buffer in MeterChristian Göttsche2021-03-041-2/+2
|
* PSI Meter: use constant width and only print ten-duration as barChristian Göttsche2020-12-081-4/+8
|
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-3/+3
| | | | | | | | 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.
* Use size_t as len type for Meter_UpdateValuesChristian Göttsche2020-12-061-1/+1
| | | | Most of the time the parameter is passed to snprintf type functions
* PressureStallMeter: improve display stringsChristian Göttsche2020-12-021-12/+19
| | | | | - Shorten name for header setup menu - Improve caption in bar mode
* Whitespace and indentation issuesBenny Baumann2020-11-021-16/+16
|
* Make all required includes explicitBenny Baumann2020-10-181-0/+4
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
|
* Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann2020-10-161-5/+4
|
* Mark remaining classes constChristian Göttsche2020-10-131-6/+6
|
* Mark Object pointer to _display function constChristian Göttsche2020-10-101-2/+2
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Merge branch 'hishamhm-pull-890'Nathan Scott2020-08-201-0/+133

© 2014-2024 Faster IT GmbH | imprint | privacy policy