TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GoRef – slim profiler for Go applications

3 pointsby mreithubalmost 8 years ago

1 comment

mreithubalmost 8 years ago
GoRef is a small Go library I&#x27;ve built to better monitor a project of mine.<p>I&#x27;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&#x27;t exit properly in a certain cases)<p>It&#x27;s designed to have as little as possible overhead (as it&#x27;s meant to be used in production code)
评论 #14492339 未加载