Flame Graph - Definição do Glossário de CI/CD
Um flame graph plota stack traces amostrados como frames empilhados horizontalmente, com a largura da barra proporcional ao tempo (ou alocações) gasto em cada caminho, de modo que o custo dominante em um profile fique imediatamente visível.
Guias relacionados
Heap Profiling - CI/CD Glossary DefinitionHeap profiling samples where a program allocates memory and what stays live, helping find leaks and bloat tha…
Stack Trace - CI/CD Glossary DefinitionA stack trace is the ordered list of function calls active when an error occurred, showing the path the progr…
Bottleneck - CI/CD Glossary DefinitionA bottleneck is the single stage or resource that limits overall throughput, so the whole pipeline or system…