File: test14.x

package info (click to toggle)
libdevel-nytprof-perl 6.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,888 kB
  • sloc: perl: 5,497; javascript: 4,033; ansic: 107; makefile: 27
file content (22 lines) | stat: -rw-r--r-- 907 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Profile data generated by Devel::NYTProf::Reader
# More information at http://metacpan.org/release/Devel-NYTProf/
# Format: time,calls,time/call,code
0,0,0,# If the AutoSplit module has been loaded before we got initialized
0,0,0,# (specifically before we redirected the opcodes used when compiling)
0,0,0,# then the profiler won't profile AutoSplit code so the test will fail
0,0,0,# because the results won't match.
0,0,0,# The tricky part is that we need to take care to avoid being tripped up
0,0,0,# by the fact that XSLoader will fallback to using DynaLoader in some cases
0,0,0,# and DynaLoader uses AutoSplit.
0,0,0,# See Makefile.PL for how we avoid XSLoader fallback to using DynaLoader.
0,0,0,
0,0,0,BEGIN {
0,0,0,use AutoSplit;
0,0,0,mkdir('./auto');
0,0,0,autosplit('test14', './auto', 1, 0, 0);
0,0,0,}
0,0,0,
0,0,0,use test14;
0,1,0,test14::pre();
0,1,0,test14::foo();
0,1,0,test14::bar();