processing profiler

This commit is contained in:
2022-02-22 19:59:38 +01:00
parent 361ad22ee6
commit f140256e37
3 changed files with 216 additions and 0 deletions

8
procprof/do_nothing.py Normal file
View File

@ -0,0 +1,8 @@
from time import sleep
def process_image(image, pulse_id, timestamp, x_axis, y_axis, parameters, bsdata=None):
sleep(0.01)