Tools for measuring empirical computational complexity of Java codes?

Go To StackoverFlow.com

5

I have a few Java codes for which I wish to measure empirical computational complexity . There is a trend-prof tool which takes as input compiled C/C++ programs .

Are there similar tools to the trend-prof that take as an input compiled Java programs ?

2012-04-04 08:17
by Peđa Terzić


-1

Sonar is commonly used : http://www.sonarsource.org/

Regards.

2012-04-11 12:35
by Farid
I don't think this answer is correct. I'm trying to check over here: http://stackoverflow.com/questions/22390310/does-sonar-have-computational-complexity-measuring-capabilitie - PeterSW 2014-03-13 20:49
I agree. Plain sonar is AFAIK not able to do this. There might be a plugin, but the answer is at best incomplete - Drunix 2014-03-13 20:51
Of course you have to eventually activate/install plugins, but that goes without saying when you are using sonar :) . You will find plenty of them reference in sonar documentation: http://docs.codehaus.org/display/SONAR/Plugin+LibraryFarid 2014-03-14 15:06
So which plugin provides computational complexity analysis for Java? I can not find any reference to one myself - PeterSW 2014-03-14 15:54
Ads