summaryrefslogtreecommitdiffstats
path: root/tapsets/API-cpu-clock-ms.html
diff options
Diffstat (limited to 'tapsets/API-cpu-clock-ms.html')
-rw-r--r--tapsets/API-cpu-clock-ms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-cpu-clock-ms.html b/tapsets/API-cpu-clock-ms.html
index 9e6087ef..7212fe60 100644
--- a/tapsets/API-cpu-clock-ms.html
+++ b/tapsets/API-cpu-clock-ms.html
@@ -2,9 +2,9 @@
2 Number of milliseconds on the given cpu's clock 2 Number of milliseconds on the given cpu's clock
3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
4 cpu_clock_ms:long(cpu:long) 4 cpu_clock_ms:long(cpu:long)
5</pre></div><div class="refsect1" title="Arguments"><a name="idp5748544"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>cpu</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1" title="Arguments"><a name="idp5753088"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>cpu</code></em></span></dt><dd><p>
6 Which processor's clock to read 6 Which processor's clock to read
7 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp5751600"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp5756144"></a><h2>Description</h2><p>
8 This function returns the number of milliseconds on the given 8 This function returns the number of milliseconds on the given
9 cpu's clock. This is always monotonic comparing on the same cpu, but may 9 cpu's clock. This is always monotonic comparing on the same cpu, but may
10 have some drift between cpus (within about a jiffy). 10 have some drift between cpus (within about a jiffy).