Skip to content

Commit

Permalink
Update profiling file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastikr committed May 9, 2017
1 parent efe909f commit 227b055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion profiling/wigner.jl
Expand Up @@ -68,8 +68,10 @@ println("Difference 1,2: ", abs2(f1(rho, xvec, xvec) - f2(rho, xvec, xvec)))
Profile.clear()
@profile run_f2(20, rho, xvec, xvec)

# r0 = @benchmark wigner($rho, $xvec, $xvec) seconds=3
# r1 = @benchmark f1($rho, $xvec, $xvec) seconds=3
# r2 = @benchmark f2($rho, $xvec, $xvec) seconds=3

# println(r0)
# println(r1)
# println(r2)
# println(r2)

0 comments on commit 227b055

Please sign in to comment.