I have an algorithm which is pretty heavy and i want to write it on the burst compiler to push the performance of it. Can i still use a stopwatch like i traditionally would in a script to test how much faster it is over my default implementation ? Or will it not work the same way?
Wondering how exactly i compare the differences in performance.