Software Engineering KB

Home

❯

07 Reliability and Operations

❯

05 Performance Engineering

❯

00 Category

❯

Profiling

Profiling

Feb 10, 20261 min read

  • performance
  • profiling

Profiling

Back: Performance Engineering

The practice of measuring where a program spends its time and resources. CPU profiling, memory profiling, and I/O profiling identify bottlenecks and optimization opportunities, while APM tools provide continuous production profiling.

Concepts

  • CPU Profiling
  • Memory Profiling
  • IO Profiling
  • Application Performance Monitoring

performance profiling


Graph View

  • Profiling
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Application Performance Monitoring
  • CPU Profiling
  • IO Profiling
  • Memory Profiling
  • Performance Engineering

Created with Quartz v4.5.2 © 2026

  • GitHub