Commit 7617370a authored by malenovsky's avatar malenovsky
Browse files

Update README.md

parent 39a2374e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
This is a modified version of the EVS FLOAT reference code V17.0.0 (2022-04). The source code has been adjusted to enable the WMC tool for complexity and memory instrumentation.

To estimate complexity and memory usage, follow these steps (Linux):
To estimate complexity and memory usage, navigate to the root folder and run these commands (Linux):

```bash
scripts/prepare_instrumentation.such
scripts/prepare_instrumentation.sh
cd scripts/c-code_instrument
make -j
./EVS_cod ...