Andreas Kling
|
5eedb22834
|
Sprinkle use of AK::Vector in various places.
Some of these are less helpful than others. Avoiding a bunch of mallocs
in the event loop wakeup code is definitely nice.
|
2019-04-20 14:02:19 +02:00 |
|
Andreas Kling
|
e74b5bc054
|
ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code.
|
2019-04-18 03:37:01 +02:00 |
|
Andreas Kling
|
c02c6fef28
|
Kernel+ProcessManager: Show per-process syscall counts.
Added a simple syscall counter to the /proc/all contents. :^)
|
2019-04-17 23:16:14 +02:00 |
|
Andreas Kling
|
cfd6e6cc36
|
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
|
2019-04-10 20:22:23 +02:00 |
|
Andreas Kling
|
add38b3981
|
GModel: Add GModelIndex argument to row_count() and column_count().
This is in preparation for supporting hierarchical models.
|
2019-03-29 03:27:03 +01:00 |
|
Andreas Kling
|
994cf10b3e
|
LibGUI: Rename GTableModel => GModel.
|
2019-03-23 01:42:49 +01:00 |
|