Thursday 

Room 6 

09:00 - 10:00 

(UTC+02

Talk (60 min)

The performance loop—A practical guide to profiling and benchmarking

Code executed at scale must perform well. But how do we know if our performance optimizations actually make a difference?

.NET
Tools

Taking a step back, how do we even know what we need to optimize? First, we might need to discover hidden assumptions in the code, or figure out how to isolate the performance-critical bits. Even once we know what must be optimized, it's challenging to create reliable before-and-after benchmarks. We can only tell if our changes helped by profiling, improving, measuring, and profiling again. Without these steps, we might make things slower without realizing it.

In this talk, you'll learn how to:

  • Identify the areas with an effort-to-value ratio that make them worth improving
  • Isolate code to make its performance measurable without excessive refactoring
  • Apply the "performance loop" to ensure performance actually improves and nothing breaks
  • Become more “performance-aware” without getting bogged down in performance theater

Daniel Marbach

As a distinguished Microsoft MVP and software maestro at Particular Software, Daniel Marbach knows a thing or two about code. By day, he's a devoted .NET crusader, espousing the virtues of message-based systems. By night? He's racing against his own mischievous router hack, committing a bevy of performance improvements before the clock strikes midnight.