https://gitlab.com/tezos/tezos
Raw File
Tip revision: 628bec6d87cdbf4a1b453796d0008eef5c14b9e8 authored by Gauthier SEBILLE on 17 August 2023, 19:29:57 UTC
RBT: profile every calls to call_service
Tip revision: 628bec6
README.md
# devtools

This is a place designed to development only tools, it may include, patches, suggestions, ppxes and others. **Tools here should not be used to make release builds, for testing or on the CI**.

## Tools

- protocol-print: This allows printing inside the protocol files for debugging purposes.
- utop-fix (deprecated by [tztop](../src/tooling/tztop/README.md)): allows utop to be used globally in Tezos
back to top