From 7f2d5d4088f732704aec976071a7c1192afb27eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=2E=20Brandenburg?= Date: Tue, 9 Nov 2010 00:15:28 -0500 Subject: two minor word tweaks to the tracing doc --- doc/tracing.html | 4 ++-- doc/tracing.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/tracing.html b/doc/tracing.html index fae0bd2..8640d3f 100644 --- a/doc/tracing.html +++ b/doc/tracing.html @@ -88,7 +88,7 @@ done
sort -n my_debug_log > my_sorted_debug_log
 
-

Hint: One can use netcat(1) to send the debug messages to another machine via UDP to avoid filesystem activity.

+

Hint: One can use netcat(1) to send the debug messages to another host to avoid filesystem activity.

Recording Overhead Traces

@@ -117,7 +117,7 @@ Used to measure the overhead incurred at the beginning of a scheduling quantum.<
  • PLUGIN_TICK_START, PLUGIN_TICK_END:
    Like [TICK_START, TICK_END], but only measures the time spent by the active scheduling plugin.
  • PLUGIN_SCHED_START, PLUGIN_SCHED_END:
    -Like [SCHED_START, SCHED_END], but only measures the time spent by the active scheduling plugin. There is no equivalent SCHED2 counterpart because the scheduling plugins do not directly compute to the SCHED2 overhead.
  • +Like [SCHED_START, SCHED_END], but only measures the time spent by the active scheduling plugin. There is no equivalent SCHED2 counterpart because the scheduling plugins do not directly contribute to the SCHED2 overhead.
  • RELEASE_START, RELEASE_END:
    Used to measure the time spent to enqueue a newly-released job in a ready queue.
  • diff --git a/doc/tracing.txt b/doc/tracing.txt index 2e44e10..7efcffd 100644 --- a/doc/tracing.txt +++ b/doc/tracing.txt @@ -78,7 +78,7 @@ Example: sort -n my_debug_log > my_sorted_debug_log -**Hint**: One can use `netcat(1)` to send the debug messages to another machine via UDP to avoid filesystem activity. +**Hint**: One can use `netcat(1)` to send the debug messages to another host to avoid filesystem activity. Recording Overhead Traces -------------------------- @@ -106,7 +106,7 @@ Used to measure the overhead incurred at the beginning of a scheduling quantum. - `PLUGIN_TICK_START`, `PLUGIN_TICK_END`: Like [`TICK_START`, `TICK_END`], but only measures the time spent by the active scheduling plugin. - `PLUGIN_SCHED_START`, `PLUGIN_SCHED_END`: -Like [`SCHED_START`, `SCHED_END`], but only measures the time spent by the active scheduling plugin. There is no equivalent `SCHED2` counterpart because the scheduling plugins do not directly compute to the `SCHED2` overhead. +Like [`SCHED_START`, `SCHED_END`], but only measures the time spent by the active scheduling plugin. There is no equivalent `SCHED2` counterpart because the scheduling plugins do not directly contribute to the `SCHED2` overhead. - `RELEASE_START`, `RELEASE_END`: Used to measure the time spent to enqueue a newly-released job in a ready queue. -- cgit v1.2.2