<div><br></div><div><div class="gmail_quote">On Mon, Mar 18, 2013 at 2:21 PM, Andrei Alexandrescu <span dir="ltr"><<a href="mailto:SeeWebsiteForEmail@erdani.org" target="_blank">SeeWebsiteForEmail@erdani.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br></div>
Could you please go into details on the debugging and benchmarking tools? Thanks.<br></blockquote><div><br></div>Hi Andrei,<div><br></div><div>Apologies for not replying sooner.</div><div><br></div><div>Perhaps it is actually just the "feel" of the debugging and benchmarking, and the general completeness of the <b>documentation</b>.</div>
<div>This set of slides: <a href="http://talks.golang.org/2012/simple.slide">http://talks.golang.org/2012/simple.slide</a> introduces pretty much everything you need to know about Go. Graphs that show memory allocation</div>
<div>by which function allocated, and the time taken of each function (d has a way to get the data as Walter points out). Ah the profiling was only mentioned in that slide set.</div><div>The profiling doc is here: <a href="http://blog.golang.org/2011/06/profiling-go-programs.html">http://blog.golang.org/2011/06/profiling-go-programs.html</a></div>
<div>It is all super easy, and documented so that you can do it now. All in one place. And I think possibly the most important thing about it is that it does what it says.</div><div>The standard library all works together as a whole. Another thing which is different and makes Go easier or faster to pick up is that there is often only one way to</div>
<div>do something. D excels in allowing a multitude of ways to do things.</div><div><br></div><div>Do you know of any all encompassing slide set of document that one can pick up the information contained in <a href="http://talks.golang.org/2012/simple.slide">http://talks.golang.org/2012/simple.slide</a>? Is there an equivalent to <a href="http://blog.golang.org/2011/06/profiling-go-programs.html">http://blog.golang.org/2011/06/profiling-go-programs.html</a>?</div>
<div><br></div><div> </div></div></div>