trace_end - stop collecting driver trace
void trace_end()
Calling this function will stop an active trace and write out the result
to the file provided by `trace_start(filename)`.
Note: do not leave tracing enabled for too long or you will risk running
out of memory.
To read and analyze the json file, use Chrome or Firefox Developer Tools
Performance tab.
trace_start(3)