1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 08:07:36 +00:00
serenity/Userland/Applications/SystemMonitor
sin-ack c330ad27b6 SystemMonitor: Use u64 for all GraphWidget values
Turns out size_t is not guaranteed to be 64-bit on i686 and trying to
set the max value using a u64 caused a narrowing conversion.
2021-10-07 00:42:24 +02:00
..
CMakeLists.txt SystemMonitor: Consolidate hardware tabs + remove interrupts tab 2021-08-18 12:50:24 +02:00
GraphWidget.cpp SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
GraphWidget.h SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
main.cpp SystemMonitor: Use size_t for graph values 2021-10-07 00:04:05 +02:00
MemoryStatsWidget.cpp SystemMonitor: Use u64 for all GraphWidget values 2021-10-07 00:42:24 +02:00
MemoryStatsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NetworkStatisticsWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
NetworkStatisticsWidget.h SystemMonitor: Display connection status icons in Network tab 2021-07-27 00:28:12 +02:00
ProcessFileDescriptorMapWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessFileDescriptorMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessMemoryMapWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessMemoryMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessModel.cpp SystemMonitor: Make process memory statistics more human readable 2021-09-17 20:12:48 +02:00
ProcessModel.h SystemMonitor: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
ProcessStateWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessStateWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessUnveiledPathsWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
ProcessUnveiledPathsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ThreadStackWidget.cpp LibSymbolication+SystemMonitor: Show ELF object in stack 2021-09-30 00:51:08 +02:00
ThreadStackWidget.h SystemMonitor: Symbolicate process stacks in a background thread 2021-05-22 19:57:19 +02:00