Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move plotting functions to gnuplot.[c,h] | Joseph Hunkeler | 2023-02-15 | 1 | -152/+16 |
| | | | | | | | | | | | | * Set Options and parse_options to static * Check -f argument receives a valid string * Change data_total from int to size_t * Print option.filename instead of argv[1] before reading the mstat file * Fix allocation size of gp array * Add better ticmarks * Increase line width to 1. * Bugfix: wait for user to close gnuplot window before exiting * Bugfix: free pointers to axis_y and gp | ||||
* | More stdout message modification | Joseph Hunkeler | 2023-02-12 | 1 | -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 Hunkeler | 2023-02-10 | 1 | -29/+1 |
| | |||||
* | free resources in find_program | Joseph Hunkeler | 2022-09-15 | 1 | -0/+2 |
| | |||||
* | find_program did not use the name argument all. robust. | Joseph Hunkeler | 2022-09-15 | 1 | -1/+4 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2022-09-14 | 1 | -0/+408 |