Understand timing and thread interaction

Notice with the tracing from the tracing sandbox you get fine grained timing information?

This is super useful for quickly spotting bottlenecks in your code.

The second column is the thread ID. So tracing allows you to see interaction of threads and diagnose race conditions.

Â