mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
acbba1ae67
ReactDefaultPerf: * Show times as float instead of string. This means they're sortable. * Add count columns to all types and average to exclusive time. * Include mountComponent where updateComponent time is measured. * Increment count on _renderValidatedComponent instead of update. ReactDefaultPerfAnalysis: * Return counts with all summaries.