<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>GETTICKCOUNT</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">GETTICKCOUNT</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
~bPʂ̓^C}[݂̌̒lԂ܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
VXeԂ~bPʂŕ\B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
tю֐AVXe֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>GetTickCount()
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">gp@</span>
<p>
̊֐́ACFML R[h̃ZOg܂͑̃y[Wvf̃^C~Oꍇɖ𗧂܂BJE^ 1 ̒l̂̂ɂ͈Ӗ͂܂B^C~OlƂėLpȒl𓾂ɂ́AGetTickCount  2 Ăяoʂ̍߂܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span><pre>&lt;!--- ^C~ÕeXgZbgAbv ---&gt;
&lt;cfset iterationCount = 1000&gt;
&lt;!--- ̑̌JԂ܂܂Ẵ[ṽ^C~O ---&gt;
&lt;cfset tickBegin = GetTickCount()&gt;
&lt;cfloop Index = i From = 1 To = #iterationCount#&gt;&lt;/cfloop&gt;
&lt;cfset tickEnd = GetTickCount()&gt;
&lt;cfset loopTime = tickEnd - tickBegin&gt;

&lt;!--- |[g ---&gt;
&lt;cfoutput&gt;[v (#iterationCount# ̌JԂ):#loopTime#
    ~b&lt;/cfoutput&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>

  </body>
</html>
