Skip to content

Commit

Permalink
debug: print timing
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jan 31, 2024
1 parent 74ae547 commit 7d3d526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/backgrounds/org2py.awk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BEGIN {
in_src = 1
match($0, /^ */)
spaces = RLENGTH
print "import time; import sys; sys.stderr.write(f\"{time.asctime()}\\n\")"
next
}

Expand Down

0 comments on commit 7d3d526

Please sign in to comment.