[Openmcl-devel] more precise timing values?

Florian Dietz Florian.Dietz2 at gmx.de
Sat Oct 5 08:38:34 PDT 2013


Yes, I typed rlet. I just copied the entire piece of code.

I am running this program on windows.


On 05.10.2013 17:18, Stas Boukarev wrote:
> Florian Dietz <Florian.Dietz2 at gmx.de> writes:
>
>> Thank you for the quick answers. Unfortunately, neither of these work
>> for me.
>>
>> (rlet ((tv :timeval))
>>    (ccl::gettimeofday tv)
>>    (values (pref tv :timeval.tv_sec)
>>            (pref tv :timeval.tv_usec)))
>> gives me 'Error: value :TIMEVAL is not of the expected type MACPTR.'
> Are you sure that you typed rlet and not let?
>




More information about the Openmcl-devel mailing list