GoRef is a small Go library I've built to better monitor a project of mine.<p>I'm using it to measure the execution time of all my HTTP routes (and other important code paths) to track down potential bottlenecks in the application (and it helped me detect a goroutine that didn't exit properly in a certain cases)<p>It's designed to have as little as possible overhead (as it's meant to be used in production code)