Next: built-in misc, Previous: built-in reader-annotation, Up: built-in [Contents][Index]
Type of objects representing expression evaluation statistics.
<stats>
: <stats> type-constructor objValidate obj as instance of <stats>
and return it.
<stats>
: <boolean> type-predicate objThe type predicate is stats?
.
<stats>
: <boolean> equality-predicate this {stats <stats>}The equality predicate is struct=?
.
<stats>
: <non-negative-fixnum> hash-function thisThe hash function is struct-hash
.
<stats>
: <non-negative-exact-integer> user-secs thisApply stats-user-secs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> user-usecs thisApply stats-user-usecs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> sys-secs thisApply stats-sys-secs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> sys-usecs thisApply stats-sys-usecs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> real-secs thisApply stats-real-secs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> real-usecs thisApply stats-real-usecs
to the instance and return its return value.
<stats>
: <top> collection-id thisApply stats-collection-id
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> gc-user-secs thisApply stats-gc-user-secs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> gc-user-usecs thisApply stats-gc-user-usecs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> gc-sys-secs thisApply stats-gc-sys-secs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> gc-sys-usecs thisApply stats-gc-sys-usecs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> gc-real-secs thisApply stats-gc-real-secs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> gc-real-usecs thisApply stats-gc-real-usecs
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> bytes-minor thisApply stats-bytes-minor
to the instance and return its return value.
<stats>
: <non-negative-exact-integer> bytes-major thisApply stats-bytes-major
to the instance and return its return value.
Next: built-in misc, Previous: built-in reader-annotation, Up: built-in [Contents][Index]