Josh Knowles wrote:
    > Alain,
    > Check out ..

As I said in my reply to Mike, I know about 3rd party products, but I'm 
looking for a basic IDEA integration of a very small subset of 
functionalities, to answer very simple, but also very common questions 
like :
   "Of the total 666 seconds taken by the tests, how many
    were spent in the method usualSuspect() ?"

There is JTest,         but IDEA does code inspection.
There is JIndent,       but IDEA does code formating.
There are JSP debugger, but IDEA does JSP code debugging.


IDEA is the best at making the programmer efficient.
But sometimes, this very programmer stops progressing because he must 
make his code efficient.
IDEA could help us there too.

In the meantime, I'll stick to :

         before = System.currentTimeMillis();

         usualSuspect();        

        timeTaken = System.currentTimeMillis()-before;
        HashTimer.addTimeFor("usualSuspect()", timeTaken);

and
        HashTimer.printAllResults();


Alain

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to