source:
trunk/essentials/dev-lang/perl/t/lib/dprof/test8_t
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 146 bytes | |
| Line | |
|---|---|
| 1 | sub foo { |
| 2 | print "in sub foo\n"; |
| 3 | } |
| 4 | |
| 5 | sub bar { |
| 6 | print "in sub bar\n"; |
| 7 | $^P -= 0x40; |
| 8 | } |
| 9 | |
| 10 | foo(); |
| 11 | $^P -= 0x40; |
| 12 | foo(); |
| 13 | $^P += 0x40; |
| 14 | bar(); |
| 15 | $^P += 0x40; |
Note:
See TracBrowser
for help on using the repository browser.
