openitu / STL

The ITU-T Software Tool Library (G.191)
https://www.itu.int/rec/T-REC-G.191/en
Other
81 stars 26 forks source link

Fixes and improvements to the WMC tool #172

Open malenov opened 12 months ago

malenov commented 12 months ago

Dear all,

during the development of the 3GPP IVAS codec a couple of issues and potential improvements were identified in the wmc_tool, for example:

Exporting the detailed per-frame and per-block memory consumption to an external file allows for running external statistical analysis tools such as Python pandas.

I will provide an update of the wmc_tool addressing all the above issues.

ludomal commented 11 months ago

Thank you, @malenov, for presenting the current issues with wmc_tool. We are looking forward to your contribution. The next ITU-T SG12 meeting will be around April next year; this gives us some time to prepare for the next revision of the STL.

malenov commented 11 months ago

So far all known problems and issues were fixed. Here's an excerpt of the changelog:

The following new features (functionality) were added:

The new version of the WMC tool is v1.5

malenov commented 11 months ago

@ludomal, shall I create a changelog.txt file with the description of the above modifications or describe them in the README.MD file?

malenov commented 10 months ago

I've just created the file HISTORY.md containing the history of modifications to the WMC tool.