<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Debugging on Bigger on the Inside</title>
    <link>https://blog.chewxy.com/tags/debugging/</link>
    <description>Recent content in Debugging on Bigger on the Inside</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>chewxy@gmail.com (Chewxy)</managingEditor>
    <webMaster>chewxy@gmail.com (Chewxy)</webMaster>
    <lastBuildDate>Wed, 26 Aug 2015 22:10:24 +0000</lastBuildDate>
    <atom:link href="https://blog.chewxy.com/tags/debugging/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go Test Files Are Part of the Same Package</title>
      <link>https://blog.chewxy.com/2015/08/26/go-test-files-are-part-of-the-same-package/</link>
      <pubDate>Wed, 26 Aug 2015 22:10:24 +0000</pubDate><author>chewxy@gmail.com (Chewxy)</author>
      <guid>https://blog.chewxy.com/2015/08/26/go-test-files-are-part-of-the-same-package/</guid>
      <description>Just a quick one. I was working on improving performance for a certain method of mine. I had found the hot loop * pprof is an amazing godsend. The days of dicking around in valgrind or cProfile are long a memory of the past , and I wrote a few benchmark methods to test some ideas.&#xA;I was using the testing package’s benchmark function to benchmark the methods, and for a method, I had abstracted out some code so that it can run in a goroutine.</description>
    </item>
  </channel>
</rss>
