I found this code in /usr/bin/dprofpp. I am getting garbled output from
dprofpp so I thought I'd try to debug it. The code in the subject
line has me baffled. Some dprofpp code excerpts:
...
$~ = 'STAT';
...
format STAT =
^>>> ^>>>> ^>>>>> ^>>>>> ^>>>>> ^>>>>>
^<<<<<<<<<<<<<< <<<<<<<<<<<<<<< <<<<
$pcnt, $secs, $csecs, $ncalls, $percall, $cpercall, $name
dprofpp so I thought I'd try to debug it. The code in the subject
line has me baffled. Some dprofpp code excerpts:
...
$~ = 'STAT';
...
format STAT =
^>>> ^>>>> ^>>>>> ^>>>>> ^>>>>> ^>>>>>
^<<<<<<<<<<<<<< <<<<<<<<<<<<<<< <<<<
$pcnt, $secs, $csecs, $ncalls, $percall, $cpercall, $name
Comment