dillon1000/react

Commit

Updates to perf

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.
Browse files
Changed paths2 files
First-parent comparison
M src/test/ReactDefaultPerf.js ModifiedM src/test/ReactDefaultPerfAnalysis.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…