aboutsummaryrefslogtreecommitdiff
path: root/mstat_plot.c
Commit message (Collapse)AuthorAgeFilesLines
* More stdout message modificationJoseph Hunkeler2023-02-121-7/+10
| | | | | | | * Clear terminal (if possible) and pretty print all fields for each sample * Clean up usage statement(s) * mstat_find_program returns absolute path of "name" on success if "name" begins with "./" * Zero option structure(s) at runtime
* Move find_program to common (refactored as mstat_find_program)Joseph Hunkeler2023-02-101-29/+1
|
* free resources in find_programJoseph Hunkeler2022-09-151-0/+2
|
* find_program did not use the name argument all. robust.Joseph Hunkeler2022-09-151-1/+4
|
* Initial commitJoseph Hunkeler2022-09-141-0/+408