Changes

Jump to: navigation, search

GPU621/The Chapel Programming Language

16 bytes added, 13:46, 3 December 2020
Library Utilities
use Time;
config const quiet: bool = false;
/* Create a Timer t */
var t: Timer;
t.start();
writeln(“Operation start”);
writeln(“Operation end”);
t.stop();
If !quiet then {
/* return time in milliseconds that was recorded by the timer */
19
edits

Navigation menu