Files
unison/doc/manual/source/develop.rst
Gabriel Ferreira e3575d031d doc: add profiling and gitlab-ci-local sections to the manual
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
2022-02-18 17:06:26 +00:00

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