Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: Subroutine overhead in Perl

by traveler (Parson)
on Nov 08, 2007 at 16:54 UTC ( [id://649754]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Subroutine overhead in Perl
in thread Subroutine overhead in Perl

I'm sorry: I was probably not clear. The timing for 'java' does not include the 'javac' step, but the perl timing includes the conversion of source to code for the interpreter. I was just suggesting that the 'time' commands were not timing the same things.

Replies are listed 'Best First'.
Re^6: Subroutine overhead in Perl
by ikegami (Patriarch) on Nov 08, 2007 at 17:15 UTC

    That is what I understood, so I guess I was the one who wasn't clear. I'm saying he *is* timing the same thing: The time it takes to run the program. Using javac is not part of running a Java program whereas parsing the Perl sources is part of running a Perl program. Perl and Java do things differently, but that doesn't mean he's not timing the same thing. (If they did things the same way, what would be the point of timing them?)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://649754]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-16 19:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found