Search:

Type: Posts; User: Sean4u

Search: Search took 0.10 seconds.

  1. Thread: Code Profilers?

    by Sean4u
    Replies
    6
    Views
    1,571

    Re: Code Profilers?

    I'm assuming they already have some metric for performance, since you've been asked to do some work. Is it a reliable, precise measure or are they looking at a screen and saying "ooh I don't like...
  2. Thread: Code Profilers?

    by Sean4u
    Replies
    6
    Views
    1,571

    Re: Code Profilers?

    I usually rely on the standard profiling information from java -X prof for profiling, System.nanoTime() statements inserted in code, and use visualvm and its excellent heap inspection facility. For...
Results 1 to 2 of 2