## Summary Scrape and collect documentation for all C++ debugging and profiling tools listed in the investigation. Doc sources need to be identified for each. ## Tools & known sources - **GDB**: TBD - **AddressSanitizer (ASan)**: TBD - **UndefinedBehaviorSanitizer (UBSan)**: TBD - **ThreadSanitizer (TSan)**: TBD - **Valgrind (with Callgrind & KCachegrind)**: TBD - **GProf**: TBD - **perf**: TBD - **Intel Inspector**: TBD - **Dr. Memory**: TBD - **Intel VTune Profiler**: TBD - **GCOV**: TBD - **LLVM's source-based code coverage**: TBD ## Acceptance criteria - [ ] Doc sources identified for all 12 tools. - [ ] Documentation scraped/collected for each tool. - [ ] Output format and storage location agreed and documented.
Summary
Scrape and collect documentation for all C++ debugging and profiling tools listed in the investigation. Doc sources need to be identified for each.
Tools & known sources
Acceptance criteria