In what way do you mean full auto?
If you want to constantly trace then I would suggest a function driven by a timer with a set interval.
If you need every frame then you can link to the tick function, but that would probably be overkill every frame unless you reduce the tick rate. (every frame would be bad for performance)