Remove bad perf metric

Remove a bad perf metric. Will investigate later.
This commit is contained in:
Pete Hunt 2014-06-14 20:17:11 -07:00 committed by Paul O’Shannessy
parent e1c2d02fdd
commit c93583c84f
1 changed files with 2 additions and 4 deletions

View File

@ -70,10 +70,8 @@ var ReactDefaultPerf = {
'Instances': item.count 'Instances': item.count
}; };
})); }));
console.log( // TODO: ReactDefaultPerfAnalysis.getTotalTime() does not return the correct
'Total time:', // number.
ReactDefaultPerfAnalysis.getTotalTime(measurements).toFixed(2) + ' ms'
);
}, },
printInclusive: function(measurements) { printInclusive: function(measurements) {