summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/dprof/test1_v
blob: 542a503414e4f2886666102e4a7ce70759bbd49e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# perl

use V;

dprofpp( '-T' );
$expected = 
qq{main::bar
main::baz
   main::bar
   main::foo
      main::bar
main::foo
   main::bar
};
report 1, sub { $expected eq $results };

dprofpp('-TF');
report 2, sub { $expected eq $results };

dprofpp( '-t' );
report 3, sub { $expected eq $results };

dprofpp('-tF');
report 4, sub { $expected eq $results };
OpenPOWER on IntegriCloud