Re: LuaProfiler on Windows
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaProfiler on Windows
- From: "Dean C. Davis" <sessile@...>
- Date: 2006年3月04日 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.