https://gitlab.com/tezos/tezos
Raw File
Tip revision: bbc0e644b46a92e81acc3def813fa3829b0d935d authored by Ole Krüger on 18 January 2023, 11:56:06 UTC
Proto: Migrate from Mumbai
Tip revision: bbc0e64
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