mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 11:31:00 +00:00
Instead of manually doing String::format("%d"/"%u") everywhere, let's have
a String API for this. It's just a wrapper around format() for now, but it
could be made more efficient in the future.
|
||
|---|---|---|
| .. | ||
| GraphWidget.cpp | ||
| GraphWidget.h | ||
| main.cpp | ||
| Makefile | ||
| MemoryStatsWidget.cpp | ||
| MemoryStatsWidget.h | ||
| ProcessModel.cpp | ||
| ProcessModel.h | ||
| ProcessTableView.cpp | ||
| ProcessTableView.h | ||