Skip to content

Commit 2f9b658

Browse files
committed
clear profile
1 parent fcf0a6c commit 2f9b658

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bench/profile.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
using DistMesh
22
using GeometryBasics
33
using PProf
4+
using Profile
45

56
fn_sphere(v) = sqrt(sum(v.^2)) -1
67
algo = DistMeshSetup(distribution=:packed)
78

89
distmesh(fn_sphere,HUniform(),0.15,algo,origin = GeometryBasics.Point{3,Float64}(-1),widths = GeometryBasics.Point{3,Float64}(2),stats=false)
910

11+
Profile.clear()
1012
@pprof distmesh(fn_sphere,HUniform(),0.15,algo,origin = GeometryBasics.Point{3,Float64}(-1),widths = GeometryBasics.Point{3,Float64}(2),stats=false)

0 commit comments

Comments
 (0)