-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--server-profiling-path does nothing #8156
Comments
Dmitry Bushev reports a new STANDUP for yesterday (2023-11-07): Progress: Started working on the task. Implemented the profiling logic in the runner. Removed profiling from the language server startup logic. Started testing It should be finished by 2023-11-08. Next Day: Next day I will be working on the #8156 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2023-11-08): Progress: Continue working on the task. Had to recover the language server profiling logic as the collection of profiling events was not working if started in the runner. Updated the runner logic. Tested manually. Created the PR It should be finished by 2023-11-08. Next Day: Next day I will be working on the #8156 task. Continue working on the task |
There still seems to be:
I also tried:
and no What can be done? Either using |
I'd like to profile/log what is happening during startup. Running:
however doesn't generate
start.npss
neitherstart.log
files. What's wrong? Answer: the profiling options only work with--server
argument! Why? They are helpful for understanding what's happening during startup in general. They would work with--run
as well as--repl
!The text was updated successfully, but these errors were encountered: