Is开发者_StackOverflow there a tool that is able to measure the frequency of function calls in a project and counts other aspects (for statistics purposes) of Python code?
How do I calculate the number of lines written in a project containing multiple sub dirs in a python project. for example a dir structure is like
Using Ndepend; How can I get a list of all types (types only from the same assembly) that my class is using?
How to get the SLOC c开发者_如何学Goount for the Flex code in Eclipse? Is there a plug-in similar to \"Metrics\" for finding information about the Flex porject?This is the easiest way to count lines o
When I am in a .java file, the unu开发者_运维问答sed code is usually grayed out or has a green underline saying this code will probably (probably because of some weird JNI/Reflection corner cases) be
I have just installed the Visual Studio Power Tool for code analysis and the viewer for the results. Great tools, by the way!
A project I\'m working on (in C) has a lot of sections of code that can be included or omitted based on compile-time configuration, using preprocessor directives.
I am using javancss to detect CCN of methods. There are methods in our source codewith values varying from 1 to 35 (are are even large).
Is it possible to run Metrics Plugin from Command Line. I am not interested in Ant Task. W开发者_运维知识库hat I am looking for is to run this from a shell script passing the file name as a parameter
I want to use VS2010 power tool \'Code Metrics\' with VS2003 Projects and Solutions? do you know how I can manage to do that?