Skip to content
Snippets Groups Projects
Commit ce57f30b authored by idast772's avatar idast772
Browse files

Think I fixed the Bottleneck in Profiling.

parent 0cc53e3d
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ using Random
function f()
lst = rand(50000)
for i in lst
s = "List entry $(i)\r" # The \r makes it so the terminal isn't filled
if i > 0.99
s = "List entry $(i)\r"
print(s)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment