Use global timer to measure performance

This makes syntax a little bit easier. Also, measure more accurately performance
of modal solver under investigation.
This commit is contained in:
Jukka Aho
2017-08-19 12:05:32 +03:00
parent 0fffdb52ba
commit ecaf8cb7fc
4 changed files with 49 additions and 61 deletions
@@ -49,5 +49,3 @@ using JuliaFEM
u3_expected = f/E*[-nu, 1] + g/(2*E)*[-nu, 1]
@test isapprox(u3, u3_expected)
end
print_statistics()