This file is indexed.

/usr/share/mozart/doc/system/node75.html is in mozart-doc 1.4.0-8ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Time Usage: time</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node74.html#section.property.threads">&lt;&lt; Prev</A></TD><TD><A href="node59.html">- Up -</A></TD></TR></TABLE><DIV class="unnumbered" id="section.property.time"><H3><A name="section.property.time">Time Usage: <CODE>time</CODE></A></H3><P> </P><TABLE align="center" bgcolor="#f0f0e0" id="table.prop.time"><TR valign="top"><TH><P>Field</P></TH><TH><P>Mutable</P></TH><TH><P>Type</P></TH><TH><P>Explanation</P></TH></TR><TR valign="top"><TD><P><CODE>user</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Operating system user time of the Oz Emulator process in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>system</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Operating system system time of the Oz Emulator process in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>total</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Elapsed real time in milli seconds from an arbitrary point in the past (for example, system start-up time). Can be used to determine the wall time elapsed between two successive applications of <CODE>{Property<SPAN class="keyword">.</SPAN>get&nbsp;<SPAN class="string">'time.total'</SPAN>}</CODE>.</P></TD></TR><TR valign="top"><TD><P><CODE>run</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Run time in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>idle</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Idle time in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>copy</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Time spent on copying (that is, on cloning of spaces) in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>propagate</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Time spent on executing propagators in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>gc</CODE></P></TD><TD><P>no</P></TD><TD><P><CODE>Int</CODE></P></TD><TD><P>Time spent on garbage collection in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>detailed</CODE></P></TD><TD><P>yes</P></TD><TD><P><CODE>Bool</CODE></P></TD><TD><P>Only if <CODE><SPAN class="keyword">true</SPAN></CODE>, the fields <CODE>time<SPAN class="keyword">.</SPAN>copy</CODE>, <CODE>time<SPAN class="keyword">.</SPAN>gc</CODE>, <CODE>time<SPAN class="keyword">.</SPAN>propagate</CODE> and <CODE>time<SPAN class="keyword">.</SPAN>run</CODE> are updated accordingly.</P></TD></TR></TABLE><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node74.html#section.property.threads">&lt;&lt; Prev</A></TD><TD><A href="node59.html">- Up -</A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys&nbsp;Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif&nbsp;Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin&nbsp;Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias&nbsp;Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian&nbsp;Schulte</A> and&nbsp;<A href="http://www.info.ucl.ac.be/~pvr">Peter&nbsp;Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>