Skip to content

Commit

Permalink
added execution time
Browse files Browse the repository at this point in the history
  • Loading branch information
fethalen committed Apr 15, 2024
1 parent c2e9373 commit feac0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Patchwork.jl
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ end

function julia_main()::Cint
try
main()
@time main()
catch
Base.invokelatest(Base.display_error, Base.catch_stack())
return 1
Expand Down

0 comments on commit feac0af

Please sign in to comment.