swig/Examples/test-suite/perl5/profiletest_runme.pl
Marcelo Matus 0b945f2dd3 added profile test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5981 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-06-14 09:09:12 +00:00

8 lines
148 B
Raku

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