/trunk/Examples/test-suite/perl5/profiletest_runme.pl
# · Perl · 8 lines · 6 code · 2 blank · 0 comment · 1 complexity · af24a19282959cfa457b7c35f8188cd6 MD5 · raw file
- use profiletest;
- $a = profiletestc::new_A();
- $b = profiletestc::new_B();
- for ($i = 0; $i < 100000; $i++) {
- $a = profiletestc::B_fn($b, $a);
- }