The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_GetProfileInfo</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

    <H2><CODE>ars_GetProfileInfo(ctrl)</CODE></H2>

	<A HREF="ds_profile_hash.html">Returns a HASH</A> consisting of ARSperl profiling statistics. 

	<P>
        Here is an example:<P>

        <PRE>
	%profile = ars_GetServerStatistics($ctrl);

	print "startTime= ".$profile-&gt;{startTime}." queries=".$profile-&gt;{queries}."\n";
	</PRE>

        <DL>
          <DT><B>On success</B><DD>
		returns a HASH
          <DT><B>On failure</B><DD>
		returns undef
        </DL>

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 26th June 1997 by d.j.adams@soton.ac.uk<br>
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>