Will this also include displaying the toString properly formatted? Will newlines
appear as \r\n or as formatted newlines? We curently also have objects well describe
in XML and their toString methods nicely display this XML. As it is the View toString
shows alll of this on one line without f
That would make a good feature suggestion for TRACKER for some future
version.
"Alex Dommasch" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Too bad IDEA can't run Xprof/hprof itself and interpret the results for
> us. In a future version, perhaps...
>
> --
Too bad IDEA can't run Xprof/hprof itself and interpret the results for
us. In a future version, perhaps...
--
Alex Dommasch
Mike Aizatsky wrote:
> Alain,
>
> Try one of the following products (some of them are really good):
>
> http://jprofiler.com/
> http://www.borland.com/optimizeit/
>
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
Alain,
Check out JUnitPerf from http://www.clarkware.com/software/JUnitPerf.html
It is an add on for JUnit that supports things like timed tests and load
tracking.
Josh
"Alain Ravet" <[EMAIL PROTECTED]> wrote in message
amuqmg$oog$[EMAIL PROTECTED]">news:amuqmg$oog$[EMAIL PROTECTED]...
> With s
Mike Aizatsky wrote:
> Alain,
> Try one of the following products (some of them are really good):
Mike,
As I said in my initial post, I know about 3rd party products,
but I'm "just" looking for a simple answer :
"How much of these 23 sec. was spent in this xxx() method?"
Currently, I
I added the feature # 4477 in the tracker, and I would like to discuss it
here too for those that doesn't check the tracker frequently.
The feature would be :
CVS "show history" as Local VCS to use "diff" command
I would like to have something where to see the CVS history for a file (like
cvs l
OK, it is a feature request #4542 now. Go vote for it!
___
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features
Alain,
Try one of the following products (some of them are really good):
http://jprofiler.com/
http://www.borland.com/optimizeit/
http://www.sitraka.com/software/jprobe/
And -Xprof 'cause. But I bet you'll find a problem with one these tools
faster.
--
Best regards,
Mike Aizatsky.
---
> >> I am currently refactorng ugly GUI builder code
> which places all
> >> the GUI elements in the class as fields, and
> initialises them
> >> there.
>
> > This much resembles the way in which JBuilder
> generates code for the
> > GUI. Interesting, I had exactly the same idea a
> week ago wh
You might be able to use the VM parameter "-Xprof" for simple profiling.
Sincerely
Jens Peter Grosen
___
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features
jürgen höller [werk3AT] wrote:
> I guess you mean profiling, not prototyping? ;-)
Yes, you're right ;-).
Not a very good start.
> For a quick solution, what about adding
System.out.println(System.currentTimeMillis())
I've done that, of course. We've all done that.
Later, I created a key
I guess you mean profiling, not prototyping? ;-)
For a quick solution, what about adding System.out.println(System.currentTimeMillis())
statements to the assumed hot spots?
Profiling is definitely an interesting issue, although I guess not for the upcoming
Ariadna release as this would open up
With so many good features requests still open, I feel guilty at posting
this one, but I think it deserves at least to be discussed.
Request : (very) basic prototyping .
Example :
After 3 days of coding, my unit test suite takes 30 seconds.
After optimizing the obvious slow spots, they now take
Richard S.Martin wrote:
> Not quite sure what you are saying here. You cannot return anything from a
> void method, it is a compile-time error. IDEA should mark both of these
> return lines as errors.
My typo in sample code in a discussion of an RFE caused a humourous
response - original me
Not quite sure what you are saying here. You cannot return anything from a
void method, it is a compile-time error. IDEA should mark both of these
return lines as errors.
On Thursday 26 September 2002 08:49 am, you wrote:
> > I don't know if users should be protected
> > from usages like this:
> I don't know if users should be protected
> from usages like this:
>
> Item item = new Item();
> public void getItem() {
> return item;
> }
>
> is not the same as:
>
> public void getItem() {
> Item item = new Item();
> return item;
> }
__
Sergei S. Ivanov wrote:
>> I am currently refactorng ugly GUI builder code which places all
>> the GUI elements in the class as fields, and initialises them
>> there.
> This much resembles the way in which JBuilder generates code for the
> GUI. Interesting, I had exactly the same idea a week ag
18 matches
Mail list logo