Re: Profile (Wolfram Workbench)
- To: mathgroup at smc.vnet.net
- Subject: [mg72846] Re: Profile (Wolfram Workbench)
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Mon, 22 Jan 2007 03:59:10 -0500 (EST)
- References: <acbec1a40701210316i7833cdabx2a743beb45b7ed3a@mail.gmail.com>
Actually, I am not sure what it is doing.
Here is the second command I profiled:
MapIndexed[If[NumberQ[#1],ToString[#1],#1]&,Prepend[evals[standard[equalSegmentLength]][[2]],Flatten[{"#",V,var[baseHeight]}]],{2}]
It converts the numbers in a large table to strings. I realize
MapIndexed is unnecessary here.
The evaluation table for this command only has one entry: "True"
I was hoping for it to capture MapIndexed and the pure function.
I lost the first command I profiled, but it produced zero entries in
the profile table. Maybe that happened because it was too fast?
Anyway, I'm lost. :[
On 1/21/07, Chris Chiasson <chris at chiasson.name> wrote:
> Is there a way to make the Profile command profile functions in the
> System` context? I need to know what combination of functions is going
> to work the fastest, but Profile leaves these functions out of its
> summary.
>
> Also, the Profile command has no usage message...
>
> --
> http://chris.chiasson.name/
>
--
http://chris.chiasson.name/