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
static STRING *trace_class_name
void trace_pmc_dump
stderr
.int trace_key_dump
stderr
,
returns the length of the output.void trace_op_dump
trace_op()
.void trace_op
runops_trace()
.
With bounds checking.src/trace.h
|