Implement program "cpuinfo"

Issue #149 resolved
Patryk Kubiak created an issue

Implementation of the program that will print informations about used CPU. It should work in both modes - TGUI and text mode, but the TGUI mode should be default.

Informations to print:

  • CPU Frequency
  • External clock frequency (if external clock used, otherwise the program should print information that it is not used)
  • Target CPU name
  • Current CPU usage in percents (still refreshed during work of the program) represented by the progress bar

Comments (5)

  1. Log in to comment