blob: fcf5c6a53f91ea13468af9299eece1dccfccbafa [file] [log] [blame]
use profiletest;
$a = profiletestc::new_A();
$b = profiletestc::new_B();
for ($i = 0; $i < 100000; $i++) {
$a = profiletestc::B_fn($b, $a);
}