Skip to content
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

Improve log output for too-many-scheduled-tasks #5322

Merged
merged 3 commits into from
Jul 25, 2022

Conversation

peppy
Copy link
Member

@peppy peppy commented Jul 25, 2022

[performance] 2022-07-25 07:43:12 [verbose]: osu.Framework.Threading.Scheduler has 2000 timed tasks pending
[performance] 2022-07-25 07:43:12 [verbose]: - First task: method "Void <displayTemporarily>b__30_0()" targeting "FPSCounter" executing at 29,283 with repeat -1
[performance] 2022-07-25 07:43:12 [verbose]: - Last task: method "Void <displayTemporarily>b__30_0()" targeting "FPSCounter" executing at 31,283 with repeat -1

```csharp
[performance] 2022-07-25 07:10:48 [verbose]: osu.Framework.Threading.Scheduler has 1000 timed tasks pending
[performance] 2022-07-25 07:10:48 [verbose]: - First task: Void <displayTemporarily>b__30_0() FPSCounter
[performance] 2022-07-25 07:10:48 [verbose]: - Last task: Void <displayTemporarily>b__30_0() FPSCounter
```
@smoogipoo smoogipoo enabled auto-merge July 25, 2022 09:16
@smoogipoo smoogipoo merged commit 391d4de into ppy:master Jul 25, 2022
This was referenced Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants