Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - English


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
Report an issue
<< timer Time and Date weekday >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 11:52:45 GMT 2023