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: Introducing Prism, an open source profiling tool for Go Code

3 pointsby pmjoyceover 8 years ago

1 comment

pmjoyceover 8 years ago
Prism is a tool that allows you to collect and analyze profiling data from your go applications. It is not meant to be used as a replacement for tools like pprof but rather as an alternative for cases when you:<p><pre><code> + want to collect profile data per go-routine, + do not want to manually modify your project&#x27;s source to include the profiler instrumentation code, + want to quickly compare the performance of code between a set of git commits</code></pre>