「kernel profiling」を含む例文一覧(3)

  • True kernel profiling provides more accurate results.
    本当のカーネル・プロファイルはより正確な結果を与える。 - JM
  • It is possible to enable a kernel profiling 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

例文データの著作権について