[jboss-dev-forums] [JBoss Profiler Development] - Re: Certainly a dumb question but...
Kabir Khan
do-not-reply at jboss.com
Tue Nov 2 06:01:36 EDT 2010
Kabir Khan [http://community.jboss.org/people/kabir.khan%40jboss.com] created the discussion
"Re: Certainly a dumb question but..."
To view the discussion, visit: http://community.jboss.org/message/569285#569285
--------------------------------------------------------------
I have no idea, but why don't you simply measure something like this which would give you the answerf:
public class Test {
public static void main(String[] args){
a();
}
static a() throws Exception {
Thread.sleep(1000);
b();
}
static b() throws Exception {
Thread.sleep(3000);
}
}
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/569285#569285]
Start a new discussion in JBoss Profiler Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2138]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101102/0559b8b8/attachment.html
More information about the jboss-dev-forums
mailing list