chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] lambda names in profile-output


From: Andre Kuehne
Subject: [Chicken-users] lambda names in profile-output
Date: Fri, 20 Apr 2007 20:42:21 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

Hello everyone

I haven't figured out yet under what circumstances lambda-calls get profiled.
Sometimes i get lots of profile-entries like these:

...
g1710                                      10100     0.512     0.069  77.1084
g1708                                        101     0.512     0.005  77.1084
g1905                                      10000     0.336     0.36e  50.6024
...

However, some tests showed me, that not all lambdas get profiled. Can someone tell me, what the restrictions are?

Also, obviously these gensym-names are not very helpful. Sometimes i saw a lambda being displayed as the name of the variable, that holds it in the code (very nice!), however this does not seem to always work. Again, can someone tell me the exact conditions?

I am asking this, because in one project i have lots of lambdas chained together forming a rendering-tree, which i would like to profile.

Best Regards
Andre Kühne





reply via email to

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