Skip to content

Instantly share code, notes, and snippets.

@rasmusx
rasmusx / macro_time.py
Created September 21, 2017 11:11
Keyboard macro time benchmark
'''
Measure time of keyboard macro.
Modify your macro to send enter in the beginning and end. This is used
to determine start and beginning of macro in this script.
'''
import time
from sys import stdin
print("Send newline to start timing")