<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Profiling on Akshay Deshpande</title>
    <link>https://akshayd-dev.pages.dev/tags/profiling/</link>
    <description>Recent content in Profiling on Akshay Deshpande</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 26 Apr 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://akshayd-dev.pages.dev/tags/profiling/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[Performance] : Flame Graphs</title>
      <link>https://akshayd-dev.pages.dev/posts/performance-flame-graphs/</link>
      <pubDate>Sun, 26 Apr 2020 00:00:00 +0000</pubDate>
      <guid>https://akshayd-dev.pages.dev/posts/performance-flame-graphs/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;https://performanceengineeringin.wordpress.com/2020/03/15/performance-profiling-with-linux-perf-command-line-tool/&#34;&gt;previous article&lt;/a&gt; we explored the basic capabilities of linux Perf_tool.&lt;br&gt;
In this write-up I am trying to extend these capabilities and show how to generate and read &lt;strong&gt;&lt;em&gt;Flame Graphs&lt;/em&gt;&lt;/strong&gt; for analyzing the profiles generated with Perf_tool.&lt;/p&gt;
&lt;h2 id=&#34;how-to-generate-flame-graphs-&#34;&gt;How to generate Flame Graphs ?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;To start with, we will need perf_tools linux profiler to capture the profile first. Follow the steps under &amp;ldquo;&lt;em&gt;How to setup perf tool?&lt;/em&gt;&amp;rdquo; in the &lt;a href=&#34;https://performanceengineeringin.wordpress.com/2020/03/15/performance-profiling-with-linux-perf-command-line-tool/&#34;&gt;previous article&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Now if you collect a profile of the CPU using &lt;em&gt;perf_tool&lt;/em&gt; setup in the above step, there is a possibility that you might see a lot of &lt;em&gt;symbol link values&lt;/em&gt; in the place of Function names.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://akshayd-dev.pages.dev/posts/performance-flame-graphs/images/image.png&#34;&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
