File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
20
20
NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
21
21
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
22
22
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
23
+ SnoopPrecompile = " 66db9d55-30c0-4569-8b51-7e840670fc0c"
23
24
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
24
25
SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
25
26
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -41,6 +42,7 @@ MacroTools = "0.5"
41
42
NaNMath = " 0.3, 1"
42
43
Requires = " 1.1"
43
44
SpecialFunctions = " 1.6, 2"
45
+ SnoopPrecompile = " 1"
44
46
ZygoteRules = " 0.2.1"
45
47
julia = " 1.6"
46
48
Original file line number Diff line number Diff line change @@ -79,4 +79,7 @@ macro profile(ex)
79
79
end
80
80
end
81
81
82
+ using SnoopPrecompile
83
+ @precompile_all_calls precompile ()
84
+
82
85
end # module
You can’t perform that action at this time.
0 commit comments