Files

9 lines
148 B
Perl
Raw Permalink Normal View History

use profiletest;
$a = profiletestc::new_A();
$b = profiletestc::new_B();
for ($i = 0; $i < 100000; $i++) {
$a = profiletestc::B_fn($b, $a);
}