Invenzzia »

IMPORTANT ANNOUNCEMENT

Due to the uncertain status of the Flyspray project, lack of new releases and moving the code repository to Github, we decided to shutdown this issue tracker by the end of January 2011. From that date, the bugs should be reported directly in Github project repositories.

List of repositories:

Open Power Libs core-related tickets.

Remember to hide all the security-related pieces of code from the task description, like passwords, server paths etc. for your own safety. Once we close the task, we cannot edit it anymore!
Tasklist

FS#167 - Add generic "Profiler" instead of internal Opt_Support and debug console

Attached to Project: Open Power Libs
Opened by Jacek Jędrzejewski (eXtreme) - Wednesday, 07 July 2010, 04:52 GMT-8
Last edited by Amadeusz Starzykiewicz (megaweb) - Thursday, 30 September 2010, 09:58 GMT-8
Task Type Feature Request
Category Other
Status Researching
Assigned To Amadeusz Starzykiewicz (megaweb)
Operating System OS-independent
Severity Medium
Priority Normal
Reported Version 2.1 SVN
Due in Version Undecided
Due Date Undecided
Percent Complete 10%
Votes 0
Private No

Details

It would be good to make a generic Profiler interface and basic implementation for storing debug data (compilation/execution time, used templates/views/sections) just like Opt_Support does. And make that independent from Opl_Debug_Console (or in other words: debug console uses profiler but you don't have to use the console when you enable the profiler.)

What for? For example Symfony2 allows to add an item to debug toolbar. Instead of using OPL/OPT debug console it would be great to see all the data in that Symfony2 debug toolbar
This task depends upon

Comment by Amadeusz Starzykiewicz (megaweb) - Thursday, 30 September 2010, 09:58 GMT-8
First look at this problem is on github in branch "profiler".

Loading...