[top][index]
search for:

Time -- the class of all timing results

The type Time is a member of the class Type. Each object of class Time is called a timing result. Each timing result is also a member of class BasicList.

More general types (whose methods may also apply) :

  • BasicList -- the class of all basic lists
  • Time -- is the class of all timing results. Each timing result is a BasicList of the form {t,v}, where t is the number of seconds of cpu time used, and v is the value of the the expression.

    See also:

  • timing -- time a computation
  • Methods for using a timing result :

  • net Time

  • [top][index]
    search for: