Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: 52ce55b9ac80d63b52d67596e3bc9c8e4c6860ff Size: 157.47 KB File Format: zip
Rating: 1.826086956
out of 5
based on 23 user ratings
Downloads: 1289 License: Free
ACQC Metrics is a free software by Color of Code and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download ACQC Metrics which is 157.47 KB in size and belongs to the software category File Editors. ACQC Metrics was released on 2013-08-15 and last updated on our database on 2017-04-26 and is currently at version 1.07.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
ACQC Metrics Description
ACQC Metrics computes typical source code file and function metrics. What are metrics good for? Well, it measures the software in terms of complexity for example. Very long or complex functions can be identified in order to break them down in smaller pieces (for better maintainability). Maybe you are also just interested in knowing of big the software currently is, then ACQC metrics is also good for you.
Just drag & drop files on its main window. Metrics are then computed and displayed in a list. The contents of the lists can be copied and pasted.Alternatively, the tool can be driven by command line options (tool -o output.xml file-to-parse.cpp) with no gui for integration as a batch job in other tools.
Features:-Supports following metrics: - LINES: the number of physical lines in your file - LLOC: the logical lines of code (without comments, without spaces) - LLOCi: the logical lines of comments (lines caontaining only comments) - LLOW: the logical whitespace lines (lines without any other content than whitespace characters) - PROCS: the number of procedures/functions inside the file - CARGS: the total number of arguments used by the function or functions in the file - CC: the cyclomatic complexity known also under McCabe complexity, represents the number of decisions taken by the code - DC: the "depth" complexity. If you imbricate a lot (ifs inside ifs or whiles inside switches for example) this will get high.- Displays a kiviat diagram- Highlights the functions that lies outside of the normal range.The tool doesnt need any setup and does not modify your registry. The only prerequisite is to have a .NET 3.5 framework installed.
Whats new in this version:
Fixed crash with the Kiviat diagram if closed with the upright cross