File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
36
36
RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
37
37
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
38
38
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
39
- SnoopPrecompile = " 66db9d55-30c0-4569-8b51-7e840670fc0c "
39
+ PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a "
40
40
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
41
41
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
42
42
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -72,7 +72,7 @@ ProgressMeter = "1"
72
72
RecursiveArrayTools = " 2.31.1"
73
73
Reexport = " 1"
74
74
Requires = " 1"
75
- SnoopPrecompile = " 1"
75
+ PrecompileTools = " 1"
76
76
StaticArrays = " 1"
77
77
StatsBase = " 0.32, 0.33"
78
78
StructTypes = " 1"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ using ManifoldsBase
57
57
# for BayesTree
58
58
using MetaGraphs
59
59
using Logging
60
- using SnoopPrecompile
60
+ using PrecompileTools
61
61
62
62
# bringing in BSD 3-clause ccolamd
63
63
include (" ccolamd.jl" )
@@ -253,7 +253,7 @@ function __init__()
253
253
end
254
254
end
255
255
256
- @precompile_all_calls begin
256
+ @compile_workload begin
257
257
# In here put "toy workloads" that exercise the code you want to precompile
258
258
fg = generateGraph_Kaess ()
259
259
initAll! (fg)
You can’t perform that action at this time.
0 commit comments