-
I'm quite new to performance profiling. In a recently captured profile I noticed weird function names that are not present in the source files. Is this a bug (possibly related to eval) or do these |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for your question! |
Beta Was this translation helpful? Give feedback.
-
Good to know. I'm still a bit confused by the syntax (for example |
Beta Was this translation helpful? Give feedback.
Thanks for your question!
These
/<
mean it's an anonymous function defined in that function. We use the same semantics than in JavaScript stacks. I think this is specified by JavaScript but I'm not so sure.