[Seth Falcon]
>[François Pinard]
>> [Seth Falcon]
>>>Here's a function you could try.
>> Thanks, Seth. Your code could be useful, I'm saving it. :-)
>You make it sound like that code is going to mature like a wine.
>I'd say, if it isn't useful now, it will be less useful later, but hey,
>disk s
François Pinard <[EMAIL PROTECTED]> writes:
> [Seth Falcon]
>>Here's a function you could try. It names the result as you
>>suggested. It also can be nested, which system.time cannot, because
>>it uses on.exit without specifying add=TRUE.
>
> Thanks, Seth. Your code could be useful, I'm saving
[Seth Falcon]
>[François Pinard]
>> Hi, people. A tiny suggestion for the system.time function.
>> Could the returned vector have names? These could be like:
>>c("User", "System", "Elapsed", "Sub.User", "Sub.System")
>> That would then produce self-documenting output.
>Here's a function you
François Pinard <[EMAIL PROTECTED]> writes:
> Hi, people. A tiny suggestion for the system.time function.
>
> Could the returned vector have names? These could be like:
>
>c("User", "System", "Elapsed", "Sub.User", "Sub.System")
>
> That would then produce self-documenting output.
Here's a
Hi, people. A tiny suggestion for the system.time function.
Could the returned vector have names? These could be like:
c("User", "System", "Elapsed", "Sub.User", "Sub.System")
That would then produce self-documenting output.
--
François Pinard http://pinard.progiciels-bpi.ca
__