Colnew profiling (Was Re: Initial- and boundary-value problems in Maxima.)
Subject: Colnew profiling (Was Re: Initial- and boundary-value problems in Maxima.)
From: Raymond Toy
Date: Mon, 19 Sep 2011 19:50:31 -0700
[Changing subject to better reflect the topic]
On Mon, Sep 19, 2011 at 6:24 AM, Michel Talon <talon at lpthe.jussieu.fr>wrote:
>
> writefile("stat_profile");
> load(colnew);
> :lisp(cl:require :sb-sprof "/usr/local/lib/sbcl/sb-sprof/sb-sprof.fasl")
> :lisp(sb-sprof:profile-call-counts "COLNEW")
> :lisp(sb-sprof:with-profiling (:max-samples 10000 :report :flat :loop nil
> )#load(prob2)$)
>
I wonder how many of the maxima calls are from load prob2? Maybe the way to
profile would be to load prob2 and then just profile and run colnew_expert?
Ray