需要 kcachegrind 之类的 mac 分析工具

发布于 2024-10-08 07:24:27 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

送你一个梦 2024-10-15 07:24:27

我最终在 OSX 上使用 qcachegrind。它可以通过brew安装

brew install qcachegrind

,或者启用graphviz支持:

brew install qcachegrind --with-graphviz

这个程序的优点是我在我的MacBook Pro上成功加载了6.1GB的cachegrind文件!相当光滑!

I ended up using qcachegrind on OSX. It can be installed via brew

brew install qcachegrind

or, to enable graphviz support:

brew install qcachegrind --with-graphviz

What's great about this program is that I successfully loaded a 6.1GB cachegrind file on my MacBook Pro! Pretty slick!

吻安 2024-10-15 07:24:27

尝试 qcachegrind + Graphviz 杀手组合。

它通过brew 安装很快,这很好。

查看这些< /a> 指令,基本上通过以下方式安装:

brew install qcachegrind

这将下载其他依赖项,例如 qtgraphviz

Try the qcachegrind + Graphviz killer combo.

It installs quickly via brew, which is nice.

Check out these instructions, basically install it via:

brew install qcachegrind

which will download other dependencies such as qtand graphviz.

余厌 2024-10-15 07:24:27

您可以使用 MacPorts 安装 KCacheGrind。

还有一些替代方案,例如:

另请参阅:有没有适用于 Mac Os X 的 KCacheGrind 替代品?

You can install KCacheGrind using MacPorts.

There are also some alternatives like:

See also: Is there any KCacheGrind alternative for Mac Os X outta there?

热血少△年 2024-10-15 07:24:27

valgrind 和 kcachegrind 都适用于 Mac OS X。

您可以使用 MacPorts 安装它们:

sudo port install valgrind kcachegrind

Both valgrind and kcachegrind are available for Mac OS X.

You can install them using MacPorts:

sudo port install valgrind kcachegrind
流年里的时光 2024-10-15 07:24:27

Webgrind 在 PHP 中运行,可以读取 XDebug 的 cachegrind 输出。它目前不提供 KCacheGrind 的所有功能,但安装起来超级简单,而且似乎有更新的活动。

Webgrind runs in PHP and can read the cachegrind output of XDebug. It currently doesn't offer all the functionality of KCacheGrind, but it is super simple to install, and seems to have renewed activity.

网名女生简单气质 2024-10-15 07:24:27

MacCallGrind 是适用于 Mac 的半商业替代品。我已经尝试过免费版本,该版本仅限 3MB 的研磨文件。就功能而言,它大致相当于 WinCacheGrind

MacCallGrind is a semi-commercial alternative available for the Mac. I've experimented with the free version which is limited to 3MB grind files. It's roughly equivalent to WinCacheGrind in terms of functionality.

夢归不見 2024-10-15 07:24:27

Apple supply Instruments for monitoring runtime allocation of stuff and finding leaks, Shark for explicit profiling and Guard Malloc (directly built into Xcode) for memory allocation debugging. These all come as part of the developer tools.

北方的韩爷 2024-10-15 07:24:27

valgrind 适用于 Mac。如果你正在构建一个cocoa应用程序,你可以使用XCode附带的工具,比如leaks,它们非常好。

valgrind is available for the mac. If you are building a cocoa app, you can use the tools that come with XCode such as leaks, they are very good.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文