javascript - How to use Chrome developer tools to profile mounting times of React.native components? -
the chrome development tools provide me flame chart showing execution times of various methods being called part of rendering of react.native ios application. although chart displays many mountcomponent calls, not show particular component being rendered. there way attach information chart?
this see:
one thing thought of logging parameters function calls. give me enough information see components take time. there way this?
Comments
Post a Comment