https://gitlab.com/tezos/tezos
Raw File
Tip revision: f1b56f303e44d2f5bfa20dd08000960aecd6ed10 authored by Martin Tomazic on 17 January 2023, 12:24:53 UTC
DAC/DAC: Add issues for storing profiles in separate storage
Tip revision: f1b56f3
tools.rst
Core Development tools
======================

The development and maintenance process of the Octez code base is facilitated by some specialized tools.
Some of these tools are included in the Octez code base, because of a close coupling with the code itself (see :doc:`repository_scope` for the policy of selecting such tools).
They provide, for example, support for profiling or for benchmarking different subsystems of Octez.

The tools for core developers are documented in the following pages.

.. toctree::
   :maxdepth: 2

   profiling
   snoop
   time_measurement_ppx
back to top