Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove url from functionName in profiler data
Summary: [Profiler.ProfileNode](https://chromedevtools.github.io/devtools-protocol/tot/Profiler/#type-ProfileNode) includes a [Runtime.CallFrame](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#type-CallFrame) field. Runtime.CallFrame has 2 fields: `functionName` and `url` ProfilerProfileSerializer was including the url information in the functionName as well, which causes the profiler output to be difficult to read because all function names become very long. Reviewed By: jpporto Differential Revision: D50902207 fbshipit-source-id: e608bf37c3a424f8b4bc49d663fc4be85c96632d
- Loading branch information