Memory profiler

Last modified: 19 March 2022

You can run the Memory profiler only for Go tests and benchmarks

Memory profiler shows what functions allocate heap memory. This statistics can help you to find memory leaks and optimize the overall memory usage.