TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Introducing Prism, an open source profiling tool for Go Code

3 点作者 pmjoyce超过 8 年前

1 comment

pmjoyce超过 8 年前
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>