i'm looking for a snippet of code which would allow me to benchmarking my script... more simply put, i want to display the time it takes for my script to run... so i take the time at the end of the script minus the time at the beginning of the script...
i've tried looking at the 'snippets' section but it turned up a snippet which does it over iterations instead...