Arc Forumnew | comments | leaders | submitlogin
1 point by conanite 5149 days ago | link | parent

shameless plug: tell me if something like http://home.conandalton.net/rainbow-profile-report.html would be useful; rainbow has a nice built-in profiler although the output is a little cryptic. I mentioned it here before at http://arclanguage.org/item?id=10688


1 point by aw 5149 days ago | link

Very nice!

Is "total time" the elapsed time (including time that a function is waiting for locks, I/O, etc.), or CPU time?

-----

1 point by conanite 5149 days ago | link

Glad you like it :)

I haven't figured out how to measure CPU time in java; the profiler just calls System.nanoTime() at entry and exit of each function invocation and notes the difference.

-----

1 point by akkartik 5149 days ago | link

Not cryptic at all! Way better than just entries like gsNNN..

-----