It's not a secret anymore!
The moose likes Performance and the fly likes Time/Space complexity analysis Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Time/Space complexity analysis" Watch "Time/Space complexity analysis" New topic
Author

Time/Space complexity analysis

Satya Maheshwari
Ranch Hand

Joined: Jan 01, 2007
Posts: 368
Is their some tool/framework available to do the time/space complexity analysis of a program (in term of Big O notation)? It would be fine even it requires me to instrument the code for it.


Thanks and Regards
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Time/Space complexity analysis
 
Similar Threads
Good book to understand the Analysis and Design of Algorithm
How to transpose a matrix?
Find common elements in 3 int array
Scriptlets -> Time and Space Complexity
Program to find if a matrix is subset of another matrix