-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is the flamegraph outdated? #2
Comments
You seem to be correct. The flamegraph and that memory graph seem to be outdated. If you are interested in profiling numbers I found some: Cost Centre Module %Time %Alloc Really sorry about the formatting. I'm on mobile and copied this from a LaTeX table lol. |
Maybe adding inline pragmas (e.g. |
You could also use unsafe indexing functions to speed up the send and receive functions. (I am inspecting the generated core. I notice quite a few bounds checks) |
I have implemented my suggestions (and some more things): #3. The I cannot 100% guarantee that it is still correct. |
I see
Lib.Ixgbe.PackBuf
in the flame graph, but I can't find it in the code.The text was updated successfully, but these errors were encountered: