Chapter 10. Debugging and Performance
In this chapter, we will cover:
Debugging Python code
Debugging C++ code
Using the PStats tool for finding performance bottlenecks
Improving performance by flattening scenes
Implementing performance critical code in C++