We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
运行脚本的时候能否自动输出脚本运行时间,而不用每次都手动写。比如默认输出整个脚本的运行时间,如果执行某个格子或执行到光标则输出当前执行时间;如果能把每个格子的运行时间都显示出来不知道是不是会更好。更进一步,jar包集成或服务端日志也能输出运行时间
The text was updated successfully, but these errors were encountered:
调试执行时,在IDE右侧显示值的面板下部,会显示当前格子的计算用时。(这个功能已经有了) 现在新增加了,在IDE中执行SPL完成时,输出SPL计算总用时。
Sorry, something went wrong.
十分感谢~
No branches or pull requests
运行脚本的时候能否自动输出脚本运行时间,而不用每次都手动写。比如默认输出整个脚本的运行时间,如果执行某个格子或执行到光标则输出当前执行时间;如果能把每个格子的运行时间都显示出来不知道是不是会更好。更进一步,jar包集成或服务端日志也能输出运行时间
The text was updated successfully, but these errors were encountered: