/ProfilingGoCode

A basic project to demonstrate how to profile Go code and interpret the results

Primary LanguageGo

ProfilingGoCode

A basic project to demonstrate how to profile Go code and interpret the results

Why?

Profiling code is a great skill to have and Go provides good tools to help do this. I wanted to learn to use them and share practical examples with others along the way.


Resources on Profiling

  • This is a great post from the golang blog about profiling. I am drawing heavily from it.