parrotcode: Tracing | |
Contents | C |
src/trace.c - Tracing
Tracing support for the runops_slow_core()
function in src/runops_cores.c.
This is turned on with Parrot's -t
option.
src/test_main.c
trace_pmc_dump
stderr
.trace_key_dump
stderr
,
returns the length of the output.trace_op_dump
trace_op()
.trace_op
runops_trace()
.
With bounds checking.src/trace.h
|