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 11:16:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

On Fri 18 Jun 2010 22:50, Cecil Westerhof <address@hidden> writes:

> Why is this so expensive?

The general answer to this question can be found by profiling. You
should factor your code into a function, then from the repl:

  ,profile (call-my-function)

I wonder, perhaps we should have a --profile command-line flag...

Andy
-- 
http://wingolog.org/



reply via email to

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