aboutsummaryrefslogtreecommitdiff
path: root/tools/sched
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2005-03-14 11:52:24 +0000
committerJeff Roberson <jeff@FreeBSD.org>2005-03-14 11:52:24 +0000
commitde4c115cf80f8feaf7cac446586052d5151c30d5 (patch)
tree8ec7e9de18b490f1e8fc90cedddc4fcc4454ba1b /tools/sched
parentee148e2606401238d4bf2096bc1b4b663a61f51e (diff)
Notes
Diffstat (limited to 'tools/sched')
-rw-r--r--tools/sched/schedgraph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/sched/schedgraph.py b/tools/sched/schedgraph.py
index e70d67d05cfe..8f9acf9d1abf 100644
--- a/tools/sched/schedgraph.py
+++ b/tools/sched/schedgraph.py
@@ -36,7 +36,6 @@ from Tkinter import *
# - It is encouraged to increase KTR_ENTRIES size to 32768 to gather
# enough information for analysis.
# - Rebuild kernel with proper changes to KERNCONF.
-# - Run ktrace(1) with whatever workload you wish to use.
# - Dump the trace to a file: 'ktrdump -ct > ktr.out'
# - Run the python script: 'python schedgraph.py ktr.out'
#