<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Gokul T P</title>
    <description>The latest articles on Forem by Gokul T P (@gokultp).</description>
    <link>https://forem.com/gokultp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F221645%2Faf7cb46d-d717-433f-af06-40eecd807159.png</url>
      <title>Forem: Gokul T P</title>
      <link>https://forem.com/gokultp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gokultp"/>
    <language>en</language>
    <item>
      <title>Introducing go-tprof</title>
      <dc:creator>Gokul T P</dc:creator>
      <pubDate>Sat, 31 Aug 2019 21:07:13 +0000</pubDate>
      <link>https://forem.com/gokultp/introducing-go-tprof-1b38</link>
      <guid>https://forem.com/gokultp/introducing-go-tprof-1b38</guid>
      <description>&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;tprof if a test report generator for golang packages. It parses the output of go tests and generates a presentable html document.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=4lzqb0Nic2k"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DWjGXAI---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.youtube.com/vi/4lzqb0Nic2k/0.jpg" alt="IMAGE ALT TEXT HERE"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to use it
&lt;/h2&gt;

&lt;p&gt;To execute&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    go test &amp;lt;pkg name&amp;gt; -v | tprof
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Eg:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    go test encoding/... -v | tprof
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Visit &lt;a href="https://github.com/gokultp/go-tprof"&gt;https://github.com/gokultp/go-tprof&lt;/a&gt; to get tprof&lt;/p&gt;

</description>
      <category>go</category>
      <category>testing</category>
    </item>
  </channel>
</rss>
