[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: profiling embedded lua
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 10 Oct 2011 11:16:23 +0200
On Mon, Oct 10, 2011 at 11:00 AM, Oskar Forsslund
<matrixsmurfen@googlemail.com> wrote:
> If I rewrite the command in luatrace.profile.bat from
> lua -e 'require("luatrace.profile").go()'
> to
> lua -e "require('luatrace.profile').go()"
> everything works fine.
Yes, that's how it must be with Windows, where double-quote is always
used for command-line arguments.
steve d.
- References:
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, steve donovan
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, steve donovan
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, steve donovan
- Re: profiling embedded lua, Oskar Forsslund
- RE: profiling embedded lua, Thomas Buergel
- Re: profiling embedded lua, Geoff Leyland
- Re: profiling embedded lua, Sean Conner
- Re: profiling embedded lua, Luiz Henrique de Figueiredo
- Re: profiling embedded lua, Geoff Leyland
- Re: profiling embedded lua, Elias Barrionovo
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Oskar Forsslund
- Re: profiling embedded lua, Geoff Leyland
- Re: profiling embedded lua, Oskar Forsslund