Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Time and Date > toc

toc

Read the stopwatch timer

Syntax

toc()
t = toc()

Arguments

t

number of seconds since last call to tic() (Precision in order of millisecond).

Description

The sequence of commands tic(); operation; toc(); prints the number of seconds required for the operation.

Examples

tic();
realtimeinit(1);
realtime(0);
realtime(10);
toc();

See Also

  • tic — start a stopwatch timer
  • timer — cpu time
  • etime — Elapsed time
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:39 CEST 2016