<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Performance - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/performance/</link><description>Performance - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Mon, 14 Apr 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/performance/" rel="self" type="application/rss+xml"/><item><title>golang 性能优化工具</title><link>https://rd163.visword.com/posts/golang-perf-opti-tools/</link><pubDate>Mon, 14 Apr 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/golang-perf-opti-tools/</guid><description><![CDATA[<p>在 Golang 中，性能优化分析工具是定位瓶颈、优化代码的关键。以下是常用的工具及其使用场景和方法：</p>
<hr>
<h2 id="性能剖析工具" class="headerLink">
    <a href="#%e6%80%a7%e8%83%bd%e5%89%96%e6%9e%90%e5%b7%a5%e5%85%b7" class="header-mark"></a>性能剖析工具</h2><h3 id="1" class="headerLink">
    <a href="#1" class="header-mark"></a><strong>1. <code>pprof</code> 性能剖析工具</strong></h3><p>Go 内置的 <code>pprof</code> 包提供 CPU、内存、Goroutine、阻塞等维度的性能分析，支持可视化（火焰图、调用链）。</p>]]></description></item></channel></rss>