Chrome

Chrome Tracing Example

Here’s a real example of using the ChromeTrace library to take a look at what a triggered task is up to, and examine what we can see in the tracing tool. I’m going to add some tracing […]

Chrome

Chrome Tracing class for VBA

This is a library to allow us to use the Chrome Tracing utility for VBA profiling. It works exactly the same way as the ChromeTrace library for apps script. You should look at them both and see just how […]

No Picture
Chrome

ChromeTrace library

This is a library to allow us to use the Chrome Tracing utility for apps script profiling. I’ve implemented a subset of what can be profiled, but will implement additional capabilities if there is enough interest. The […]

Chrome

Tracing

Chrome has a brilliant tracing visualizer. This allows you to provide trace file data to visualize what’s going on in an app. You can read about it here. Once you have a trace file, you start […]