We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c2d02 commit c93583cCopy full SHA for c93583c
src/test/ReactDefaultPerf.js
@@ -70,10 +70,8 @@ var ReactDefaultPerf = {
70
'Instances': item.count
71
};
72
}));
73
- console.log(
74
- 'Total time:',
75
- ReactDefaultPerfAnalysis.getTotalTime(measurements).toFixed(2) + ' ms'
76
- );
+ // TODO: ReactDefaultPerfAnalysis.getTotalTime() does not return the correct
+ // number.
77
},
78
79
printInclusive: function(measurements) {
0 commit comments