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
The Streams Scheduler Cpu log line emits a coarse record of all time usage.
Cpu
It should also record and emit the time the Scheduler spends doing Thread.Sleep.
Thread.Sleep
Probably also applicable to the Parallel Scheduler. Deprecating, see #116
NOTE Sleeps may change a bit when it moves to Channels, see #116
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The Streams Scheduler
Cpu
log line emits a coarse record of all time usage.It should also record and emit the time the Scheduler spends doing
Thread.Sleep
.Probably also applicable to the Parallel Scheduler.Deprecating, see #116NOTE Sleeps may change a bit when it moves to Channels, see #116
The text was updated successfully, but these errors were encountered: