mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel+ProcessManager: Show per-process syscall counts.
Added a simple syscall counter to the /proc/all contents. :^)
This commit is contained in:
@@ -69,7 +69,7 @@ int main(int argc, char** argv)
|
||||
|
||||
auto* window = new GWindow;
|
||||
window->set_title("ProcessManager");
|
||||
window->set_rect(20, 200, 640, 400);
|
||||
window->set_rect(20, 200, 680, 400);
|
||||
window->set_main_widget(widget);
|
||||
window->set_should_exit_event_loop_on_close(true);
|
||||
window->show();
|
||||
|
||||
Reference in New Issue
Block a user