Andreas Kling
|
8358833bc8
|
WindowServer: Run clang-format on everything.
|
2019-06-07 11:47: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
|
c4c7f224d5
|
WindowServer: Use CFile in the CPU monitor code.
|
2019-04-18 00:12:04 +02:00 |
|
Andreas Kling
|
bc6ac1c2f2
|
WindowServer: Let the CPU monitor keep /proc/all open between refreshes.
Just seek to the beginning on every iteration and start over. This avoids
a bunch of syscalls.
|
2019-04-15 23:57:31 +02:00 |
|
Andreas Kling
|
94a5e08faf
|
WindowServer: Rename WSMessage* => WSEvent*.
Since I'm on a roll here, I'll just rename WSMessageFoo to WSEventFoo now
that these inherit from CEventFoo anyway.
|
2019-04-14 05:23:37 +02:00 |
|
Andreas Kling
|
c2093ad994
|
WindowServer: Move the CPU monitor thingy to its own class.
|
2019-04-14 04:33:43 +02:00 |
|