Completed
Profiling Tools
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Optimizing a Real-Time Audio Processing Library
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 PRISM SOUND
- 3 Chapters
- 4 What are Benchmarks?
- 5 Micro vs Macro Benchmarks?
- 6 Measurement Metrics?
- 7 Benchmark System Diagram
- 8 When to add benchmarks to your suite?
- 9 Profiling Tools
- 10 Identifying work that can be removed
- 11 Identifying work that can be combined
- 12 Reducing algorithmic complexity
- 13 Caching appropriate data
- 14 Reducing memory footprint
- 15 Single Threaded Analysis
- 16 Multi Threaded Run-time Memory Assignment
- 17 Multi-threaded Assignment