Skip to content

Single-threaded magic-trace bottleneck? #217

Answered by Xyene
shoffmeister asked this question in Q&A
Discussion options

You must be logged in to vote

magic-trace is ~entirely bottlenecked on parsing textual output from perf script, because that's the interface to IPT that is available ~everywhere. Our text parsing is slower than perf's text generation.

Implementing #32 would be the right way to address this, but it requires a recent perf so wouldn't be usable by everyone.

Replies: 2 comments 1 reply

Comment options

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

Comment options

You must be logged in to vote
0 replies
Answer selected by shoffmeister
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