True kernelprofiling provides more accurate results.
本当のカーネル・プロファイルはより正確な結果を与える。 - JM
It is possible to enable a kernelprofiling function, if one wishes to find out where the kernel is spending its CPU cycles.
カーネルがどこで CPU サイクルを消費しているか調べたい場合には、カーネルのプロファイリング機能を有効にすればこれを実現できる。 - JM
The significance of this variable is that it gives the granularity of the profiling: each clock tick, if the system was executing kernel code, a counter is incremented: profile[address >> prof_shift]++; The raw profiling information can be read from /proc/profile .
この変数が重要なのは、カーネルプロファイリングの粒度を決定するところにある。 すなわち、各クロックの割込みごとに、システムがカーネルコードを実行していれば、以下のようにカウンタの値がインクリメントされる。 - JM
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.