Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r549 committed - Added a clock tick description.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r549 committed - Added a clock tick description.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r549 committed - Added a clock tick description.
  • Date: Mon, 29 Aug 2011 14:10:35 +0000

Revision: 549
Author:

Date: Mon Aug 29 07:10:08 2011
Log: Added a clock tick description.
http://code.google.com/p/ndt/source/detail?r=549

Modified:
/wiki/NDTDataFormat.wiki

=======================================
--- /wiki/NDTDataFormat.wiki Mon Aug 29 07:04:12 2011
+++ /wiki/NDTDataFormat.wiki Mon Aug 29 07:10:08 2011
@@ -160,6 +160,11 @@
|| 5. || system time of the children || contains the sum of the system time and system time of the children values for all waited-for terminated children ||

All times reported are in clock ticks.
+
+A clock tick is same as a cycle, the smallest unit of time recognized by a device. For personal computers, clock ticks generally refer to the main system clock. The number of clock ticks per second can be obtained using:
+{{{
+sysconf(_SC_CLK_TCK);
+}}}

===meta data file===



  • [ndt-dev] [ndt] r549 committed - Added a clock tick description., ndt, 08/29/2011

Archive powered by MHonArc 2.6.16.

Top of Page