[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaProfiler on Windows
- From: "Dean C. Davis" <sessile@...>
- Date: Sat, 04 Mar 2006 12:49:39 -0500
Doug Currie scribed the following on 2006-03-03 6:57 PM:
> Friday, March 3, 2006, 3:43:05 PM, Matt Campbell wrote:
>
>> I noticed that LuaProfiler uses the clock() function for timing by
>> default. On Windows (at least with Microsoft Visual C++), a clock is
>> one millisecond -- much less than on Linux and other Unix systems. Does
>> this mean that function timing is significantly more distorted on
>> Windows than on Linux, particularly for very fast functions that are
>> called many times? If so, what can be done about this? Thanks.
>
> Fun with lua_tcc...
>
<snip>
Would you mind sharing the steps you followed to build tinycc and
lua_tcc for Windows?
--
Dean.