No, it does not include the JVM startup time. The time
measurement is as follows,

        long runTime = System.currentTimeMillis();
        try{
            WSS4JHandler.processMessage(smc, true);
        } catch (WSSecurityException ex){
            System.out.println(ex.getStackTrace());
        }
        runTime = System.currentTimeMillis() -
runTime;

Thanks,

Jian

--- Dustin Breese <[EMAIL PROTECTED]> wrote:

> Hi, Fang, no problem.  I'm so burried under all the
> info right now and
> trying to figure things out myself.  One more
> question -- does your
> timing represent anything such as the JVM startup
> time, etc?  That
> could cause a huge difference, of course.
> 
> Take care,
> Dustin



                
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to