| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Algorithm::Classifier::IsolationForest::BuildFlags; |
|
2
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
# AUTOGENERATED by Makefile.PL -- do not edit and do not add to MANIFEST. |
|
4
|
|
|
|
|
|
|
# Records per-install C build configuration; regenerate by re-running |
|
5
|
|
|
|
|
|
|
# `perl Makefile.PL` (with IF_* environment variables as desired). |
|
6
|
|
|
|
|
|
|
|
|
7
|
55
|
|
|
55
|
|
319
|
use strict; |
|
|
55
|
|
|
|
|
99
|
|
|
|
55
|
|
|
|
|
2024
|
|
|
8
|
55
|
|
|
55
|
|
236
|
use warnings; |
|
|
55
|
|
|
|
|
98
|
|
|
|
55
|
|
|
|
|
5029
|
|
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=head1 NAME |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
Algorithm::Classifier::IsolationForest::BuildFlags - C build flags captured at configure time |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Autogenerated by Makefile.PL. Records the IF_* environment values that |
|
17
|
|
|
|
|
|
|
were active when the distribution was configured, and whether a prebuilt |
|
18
|
|
|
|
|
|
|
Inline::C object was scheduled for installation. Read once by |
|
19
|
|
|
|
|
|
|
Algorithm::Classifier::IsolationForest at load time; see "NATIVE |
|
20
|
|
|
|
|
|
|
ACCELERATION" in that module's documentation. |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 FUNCTIONS |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head2 flags |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Returns a hashref with the keys C, C, C, and |
|
27
|
|
|
|
|
|
|
C. |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=cut |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
sub flags { |
|
32
|
|
|
|
|
|
|
return { |
|
33
|
57
|
|
|
57
|
1
|
117339
|
opt => '-O3', |
|
34
|
|
|
|
|
|
|
arch => '', |
|
35
|
|
|
|
|
|
|
no_openmp => 0, |
|
36
|
|
|
|
|
|
|
prebuilt => 0, |
|
37
|
|
|
|
|
|
|
}; |
|
38
|
|
|
|
|
|
|
} |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
1; |