[Gambas-user] Issue 375 in gambas: Profiler : problem with recursive methods

gambas at ...2524... gambas at ...2524...
Mon Jan 7 11:54:22 CET 2013


Status: New
Owner: ----
Labels: Version Type-Bug Priority-High OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 375 by adamn... at ...626...: Profiler : problem with recursive  
methods
http://code.google.com/p/gambas/issues/detail?id=375

1) Describe the problem.
Recursive method durations appear to be incorrectly summed by the profiler.
The durations reported by the profiler for recursive methods are greater  
than the total runtime for the application.

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK
Revision: r5494
Operating system: Linux
Distribution: Other
Architecture: x86
GUI component: n/a
Desktop used: n/a

3) Provide a little project that reproduces the bug or the crash.
Attached
Also attached is a sample .prof file


4) If your project needs a database, try to provide it, or part of it.
n/a

5) Explain clearly how to reproduce the bug or the crash.
Run the project with the profiler.
The durations for the recursive methods Node.SortInsert and  
Node.InorderDump are greater than the total runtime for the program.




Attachments:
	genbtree-0.0.3.tar.gz  7.8 KB
	genbtree.36.prof  21.6 KB





More information about the User mailing list