Skip to content

How to find out cause of very high '(program)' time in Chrome DevTools Performance profiler? #25796

Answered by bartlomieju
josephrocca asked this question in Q&A
Discussion options

You must be logged in to vote

This is actually an upstream issue - see #21620 for the exact same problem. Indeed (program) here means that we're in native code - usually it's some async code waiting to complete (eg. reading or writing from a socket), the "sync" rust code can be seen by looking for op_ entries.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@josephrocca
Comment options

Answer selected by josephrocca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants