Part 4:Analyzing and Improving Performance
In this part, we will measure the performance of all the different C++ components in our trading ecosystem. We will analyze the latency profile of the different components individually, as well as measuring the performance of the end-to-end round-trip path. From there, we will discuss further optimization techniques and see the impact of our C++ optimization efforts. We will also discuss some future enhancements that can be made to our electronic trading ecosystem.
This part contains the following chapters:
- Chapter 11, Adding Instrumentation and Measuring Performance
- Chapter 12, Analyzing and Optimizing the Performance of Our C++ System