Geraldo Netto’s Post

View profile for Geraldo Netto, graphic

Innovation | Strategy | Software Engineering

"In this series of blog posts, you will learn how to collect high-level information about a program’s interaction with memory. This process is usually called memory profiling. Memory profiling helps you understand how an application uses memory over time and helps you build the right mental model of a program’s behavior. Here are some questions it can answer: * What is a program’s total memory consumption and how it changes over time? * Where and when does a program make heap allocations? * What are the code places with the largest amount of allocated memory? * How much memory a program accesses every second?" https://lnkd.in/dgFcs9U7

Memory Profiling Part 1. Introduction

Memory Profiling Part 1. Introduction

easyperf.net

Hai Pham

Senior Software Engineer at Grasshopper

8mo

I love this blog from Denis Bakhvalov! Also, his book and the Perf ninja challenges are awesome! Learnt a lot from there.

Like
Reply

To view or add a comment, sign in

Explore topics