👀 Missed our live event? 🗓 Google Open Source Live is a monthly event where open source experts provide discussions around their areas of expertise & answer questions in a Q&A forum! 📜 Check out and register for our upcoming events with this link → goo.gle/GOSLNextEvent. 🔜 See you at the next Google Open Source Live event!
What would be nice is if Go had a tool that allowed you to attach to your running Go program and visualize the GC, or any other attribute of the application really.
👀 Missed our live event?
🗓 Google Open Source Live is a monthly event where open source experts provide discussions around their areas of expertise & answer questions in a Q&A forum!
📜 Check out and register for our upcoming events with this link → goo.gle/GOSLNextEvent.
🔜 See you at the next Google Open Source Live event!
Thanks!
What would be nice is if Go had a tool that allowed you to attach to your running Go program and visualize the GC, or any other attribute of the application really.
Yeah. C# has this and its amazing. The entire runtime is instrumented
any resources to learn about golang's GC in detail? maybe with some test examples?