Timing
Timing[expr]
returns a List
with the first element being the time in seconds for the evaluation of expr
, and the second element being the result.
Attributes[Timing] := {HoldAll, Protected, SequenceHold}
Timing[expr]
returns a List
with the first element being the time in seconds for the evaluation of expr
, and the second element being the result.
Attributes[Timing] := {HoldAll, Protected, SequenceHold}