guile-devel
[Top][All Lists]
Advanced

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

Re: Question about your profiling patch...


From: Rob Browning
Subject: Re: Question about your profiling patch...
Date: 05 Apr 2001 12:41:06 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Also, from reading your profiling patch, does this code mean that even
if you (set! *profile-all* #f), that it'll keep profiling functions
that already have profile-data?

+  /* Start profiling */
+  prof_data = scm_object_property (proc, sym_profile_data);
+  if (SCM_NFALSEP (SCM_CDR (scm_profile_all)) || SCM_NFALSEP (prof_data))
+    {

If so, I hadn't realized that...

Thanks.

-- 
Rob Browning <address@hidden> PGP=E80E0D04F521A094 532B97F5D64E3930



reply via email to

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