Tuesday, June 3, 2025

Re: Profiling Vim9 scripts

On 2025-05-03, Lifepillar <lifepillar@lifepillar.me> wrote:
> What is the status of profiling for Vim9 scripts?
>
> I'm trying to profile a somewhat complex script using
>
> profile start test.prof
> profile func *
>
> and getting:
>
> E1271: Compiling closure without context: <lambda>65

Follow-up: skipping `profile func *` appears to work. That is, after:

1. `profile start test.prof`,
2. execute whatever Vim9 script,
3. `profile stop`,

I get proper profile results.

Life.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/101mahi%249a8%241%40ciao.gmane.io.

No comments: