Artifact 3380a7ab7051ee10565bfb4dfa2a5a9eefed99b69367fefa3380f63b2f915132:
- Executable file
r37/lisp/csl/html/r37_0134.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 908) [annotate] [blame] [check-ins using] [more...]
<A NAME=SHOWTIME> <TITLE>SHOWTIME</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SHOWTIME</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> <P> <P> The <em>showtime</em> command prints the elapsed system time since the last call of this command or since the beginning of the session, if it has not been called before. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> showtime; Time: 1020 ms factorize(x^4 - 8x^4 + 8x^2 - 136x - 153); 2 {X - 9,X + 17,X + 1} showtime; Time: 920 ms </TT></PRE><P>The time printed is either the elapsed cpu time or the elapsed wal l clock time, depending on your system. <em>showtime</em> allows you to see the system time resources REDUCE uses in its calculations. Your time readings will of course vary from this example according to the system you use. <P> <P> <P>