You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- using string manipulations
- also cleaned up rust brackets (See #4)
- in general does seems like it improves readability even though
in some cases might be clearer to have <iter>::next() instead of
just `next`.
Some rust function names can be pretty verbose and makes it difficult to be displayed (as well as generates long stress).
Consider stripping generics or even crate prefixes out of function names for more concise labels.
See how it's done in FlameGraph or inferno
An example of long symbols
The text was updated successfully, but these errors were encountered: