Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一种方法来计算每个进程使用了多少系统调用(用户、系统等),然后使用F8. 我猜我需要更改proc.c并proc.h添加一个流程字段并更改keyboard.c以使F8按钮打印所有内容。
F8
proc.c
proc.h
keyboard.c
任何有关如何处理的帮助将不胜感激。