|
From: Zinat S. <zin...@gm...> - 2014-04-05 13:25:57
|
Dear All,
I am looking out for an opensource tool or a source code
that could find time and space complexity of a proram and give its output
in terms of asymptotic notation. I got one tool called OpenPAT but for it
you have to register.
Regards,
Zinat Shaikh
|
|
From: Emilio C. <er...@gm...> - 2014-04-05 13:41:03
|
Hi, You can try with aprof: https://code.google.com/p/aprof/ It's a new tool based on Valgrind but it's not included in the standard Valgrind package/repository. Please check the wiki for a manual and a brief tutorial explaining the main goals of this profiler and how to use it. I would be happy to hear about any experience, difficulties, questions, or suggestions about aprof :) Emilio |
|
From: Vasily G. <vas...@gm...> - 2014-04-05 17:45:32
|
Dear Zinat, You can try to look at http://code.google.com/p/aprof/ Vasily On Sat, Apr 5, 2014 at 5:25 PM, Zinat Shaikh <zin...@gm...> wrote: > > Dear All, > > I am looking out for an opensource tool or a source code > that could find time and space complexity of a proram and give its output in > terms of asymptotic notation. I got one tool called OpenPAT but for it you > have to register. > > > > > Regards, > Zinat Shaikh > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- Best Regards, Vasily |