PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/perl5/profiletest_runme.pl

#
Perl | 8 lines | 6 code | 2 blank | 0 comment | 1 complexity | af24a19282959cfa457b7c35f8188cd6 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. use profiletest;
  2. $a = profiletestc::new_A();
  3. $b = profiletestc::new_B();
  4. for ($i = 0; $i < 100000; $i++) {
  5. $a = profiletestc::B_fn($b, $a);
  6. }