(no title)
audidude | 1 year ago
You can't do that when step one is reinstall another distro and reproduce your problem.
Additionally, the overhead for performance related things that could fall into the 1% range (hint, it's not much) rarely are using the system libraries in such a way anyway that would cause this. They can compile that app with frame-pointers disabled. And for stuff where they do use system libraries (qsort, bsearch, strlen, etc) the frame pointer is negligible to the work being performed. You're margin of error is way larger than the theoretical overhead.
Brian_K_White|1 year ago
1% of all activity is only rational if you get more than 1% of all activity back out from those times and places where it was used.
1%, when it's of everything, is an absolutely stupendous collossal number that is absolutely crazy to try to treat as trivial.
ploxiln|1 year ago