Processor-level vfile message reporting #243
-
Hello, This idea sort of evolved overnight after asking for advice about implementing some kind of progress bar. I see that
This is something that would have helped me a lot when I started using unified, to understand that some plugins run in order while some don't, depending on their configuration. Together with a timestamp, this could also be used for performance analysis and optimisation, like generating flame charts. And it could also be the mechanism I could use to show useful information to the user on what's happening with their long running process. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It’s better to think about it the other way: I don’t think we should add such debugging messages: This seems quite similar to your Q in 242? This is something that people can do themselves if they want to by injecting a plugin between each plugin. |
Beta Was this translation helpful? Give feedback.
It’s better to think about it the other way:
unified accepts vfiles and gives back.
passing a string is a shortcut for passing a vfile.
I don’t think we should add such debugging messages:
unified
is used by billions. This would make it slower and bigger for everyone.This seems quite similar to your Q in 242? This is something that people can do themselves if they want to by injecting a plugin between each plugin.