processing profiler
This commit is contained in:
8
procprof/do_nothing.py
Normal file
8
procprof/do_nothing.py
Normal 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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user