Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake performance timeline task queue a low priority queue #18110
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The spec says that the performance timeline task source should be a low priority task and it should be processed during idle periods. #18028 implements this task queue as a normal priority queue.