Hi Jesse:

On Mon, Apr 7, 2008 at 11:14 AM, Jesse Becker <[EMAIL PROTECTED]> wrote:

>  $start = microtime();
>  <....>
>  $end = microtime();
>  $delta = round($end - $start, 4);
>  print "Generating this page took $delta seconds";
>
>
>  Have to make sure that this isn't called for every single graph
>  though, since that's a waste.  It should give one tenth of a
>  millisecond precision (from the "round(..., 4)") to match the XML
>  output.
>
>  Should be fairly simple to add.

How can you tell when $start and $end is?  For instance I don't think
you can pin that on header and footer since footer may be loaded
*before* all the graphs are drawn.

>  Firebug will tell you.

Will try that out.

Cheers,

Bernard

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to