About
what kind of things interest me?
Looking for something specific?
“
気になってuser/system CPU timeの定義を調べた。カーネルがシステムコールを受けて処理していた時間がsystemか
。
“When a program loops through an array, it is accumulating user CPU time. Conversely, when a program executes a system call such as exec or fork, it is accumulating system CPU time. ”
—