Includes: - Profilers - Memory profilers: - Heaptrack - Sanitizers - Valgrind - Performance profilers: - AMD uProf - Intel VTune - Linux's Perf with Hotspot - Syscall profilers: - Strace - Compilation profilers: - GCC -ftime-report - Clang -ftime-trace and ClangBuildAnalyzer - Gitlab-CI-Local - GitLab CI introduction - Rootless docker - Using gitlab-ci-local
21 lines
330 B
ReStructuredText
21 lines
330 B
ReStructuredText
.. only:: html or latex
|
|
|
|
Developer Tools
|
|
===============
|
|
|
|
This chapter describes the development ecosystem generally used to create new modules.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
working-with-git
|
|
working-with-cmake
|
|
logging
|
|
tests
|
|
new-models
|
|
new-modules
|
|
documentation
|
|
profiling
|
|
working-with-gitlab-ci-local
|
|
|