From 91078fbc7b0719150a0c7749a1de9e5c0c9bbdeb Mon Sep 17 00:00:00 2001 From: Raimo Niskanen Date: Tue, 6 Jul 2010 16:15:36 +0200 Subject: Documentation clarifications for now/0 and timer:tc/3 --- lib/stdlib/doc/src/timer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/timer.xml b/lib/stdlib/doc/src/timer.xml index 0b6807dd6c..034fff3c25 100644 --- a/lib/stdlib/doc/src/timer.xml +++ b/lib/stdlib/doc/src/timer.xml @@ -211,7 +211,8 @@

Evaluates apply(Module, Function, Arguments) and measures - the elapsed real time. Returns {Time, Value}, where + the elapsed real time as reported by now/0. + Returns {Time, Value}, where Time is the elapsed real time in microseconds, and Value is what is returned from the apply.

-- cgit v1.2.3