We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@time
1 parent dcd3fc6 commit 93838bbCopy full SHA for 93838bb
src/auditor/instruction_set.jl
@@ -44,7 +44,7 @@ function instruction_mnemonics(path::AbstractString, platform::AbstractPlatform)
44
run_interactive(ur, `/bin/bash -c "$(objdump_cmd)"`; stdout=output, stderr=devnull)
45
seekstart(output)
46
47
- @time for line in eachline(output)
+ for line in eachline(output)
48
isempty(line) && continue
49
50
# First, ensure that this line of output is 3 fields long at least
0 commit comments