NAME
|
kprof – kernel profiling |
SYNOPSIS
|
bind –a #K /dev /dev/kpctl /dev/kpdata |
DESCRIPTION
|
The kprof device provides simple profiling data for the operating
system kernel. The data accumulates by recording the program counter
of the kernel at each `tick' of the system clock.
|
EXAMPLE
The following rc(1) script runs a test program while profiling
the kernel and reports the results.
|
SOURCE
|
/sys/src/9/port/devkprof.c |
SEE ALSO
|
prof(1) |