Re: [CM] profile: prepend namespace to the function name

2021-09-29 Thread Christos Vagias
Just tested it Bil, looks good! Thanks! On Wed, 29 Sept 2021 at 11:42, wrote: > > The profiler now returns the local let-name, if any, > and the function location (file name and line-number) > to scheme via (*s7* 'profile-info). (*s7* 'profile-prefix) > identifies the name used for the local

Re: [CM] profile: prepend namespace to the function name

2021-09-29 Thread bil
The profiler now returns the local let-name, if any, and the function location (file name and line-number) to scheme via (*s7* 'profile-info). (*s7* 'profile-prefix) identifies the name used for the local let name. Also each separate function in the source now has its own info. I haven't yet