Skip to content
Commit 4a9d697d authored by Eugene Popov's avatar Eugene Popov 🇺🇦 Committed by Arjen Hiemstra
Browse files

[SystemMonitor] Port detailed memory information to QtWidgets

Currently, the detailed memory information is displayed as a web page,
and this has several limitations:

* it's not possible to filter data
* it's not possible to sort data by a specific column
* it's not possible to move columns
* it's quite slow and looks outdated

Porting it to QtWidgets removes these limitations and adds new features:

* general page: shows general information about process
* memory maps page: shows memory consumption for each of the
  process's mappings
* open files: shows files opened by the process
parent 2575a366
Pipeline #174667 passed with stage
in 2 minutes and 36 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment