guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Performance


From: Andy Wingo
Subject: Re: Performance
Date: Sat, 19 Jun 2010 20:16:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Hello,

On Sat 19 Jun 2010 17:05, Cecil Westerhof <address@hidden> writes:

> Op zaterdag 19 jun 2010 11:16 CEST schreef Andy Wingo:
>
>> ,profile (call-my-function)
>
>     (main ("temp/input" "dummy.log" "^ +" "1234567890"))

Almost. At the repl, type:

 (load "dummy.scm")

Then:

 ,profile (main '("dummy.scm" "temp/input" "dummy.log" "^ +" "1234567890"))

You were missing a quote, and the equivalent of argv[0].

More repl help is available by typing ,help. ,help profile, for example.

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]