Commit 39a2374e authored by malenovsky's avatar malenovsky
Browse files

Update README.md

parent 605ab228
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
This is a copy of the EVS reference code V17.0.0 (2022-04), where the code has been modified to add instrumentation and therefore suitable to make complexity measumerents using the WMC tool.
 No newline at end of file
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):

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