Reorganize parts of the [main loop of `ptop.py`](https://github.com/dennisklein/exercise_gnu_parallel_top/blob/0eb7d29ba44852e9e246451c40c45c59b23a2a13/ptop.py#L57-L122) into two new functions: * `compute_dashboard(...)` which is only concerned with the logic that computes the dashboard values * `print_dashboard(...)` which is only concerned with the print and formatting logic