<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Performance - Tag - Sandesh Damkondwar</title><link>https://sandesh.work/tags/performance/</link><description>Performance - Tag - Sandesh Damkondwar</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>sandeshdamkondwar@gmail.com (Sandesh Damkondwar)</managingEditor><webMaster>sandeshdamkondwar@gmail.com (Sandesh Damkondwar)</webMaster><lastBuildDate>Fri, 11 Jan 2019 00:30:48 +0530</lastBuildDate><atom:link href="https://sandesh.work/tags/performance/" rel="self" type="application/rss+xml"/><item><title>Generate a NodeJS Flamechart</title><link>https://sandesh.work/node-js-flamechart/</link><pubDate>Fri, 11 Jan 2019 00:30:48 +0530</pubDate><author>sandeshdamkondwar@gmail.com (Sandesh Damkondwar)</author><guid>https://sandesh.work/node-js-flamechart/</guid><description><![CDATA[<p>Here’s how you can generate a Node <a href="http://www.brendangregg.com/flamegraphs.html" target="_blank" rel="noopener noreffer ">flame graph</a>  with linux perf(1). Note that perf(1) needs to run as root, but the perf.map file node generates might be owned by a different user. If that’s the case, you’ll need to change its ownership to root as well — otherwise perf(1) will not be able to use it to translate JS stack frames.</p>
<pre><code>$ uname -a
</code></pre>
<p>Linux demo 3.2.0-74-virtual #109-Ubuntu SMP Tue Dec 9 17:04:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux</p>]]></description></item></channel></rss>