Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html

Issue 1889963003: Revert of DevTools: extract CPU profile independent part of CPUProfileNode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
index 82d891666bff5b6e4c1cb27b0e4517e84240f62f..eb45c3adc91b710a7c97b744ce912ebd87e83339 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
@@ -93,7 +93,7 @@
"endTime": 1375445601.070847,
"samples": [ 1, 2 ]
};
- WebInspector.ProfileTreeModel.prototype._calculateTotals(profileAndExpectations.head);
+ WebInspector.CPUProfileDataModel.prototype._calculateTimes(profileAndExpectations);
function checkExpectations(node)
{
if (Math.abs(node.selfTime - node.expectedSelfTime) > 0.0001) {

Powered by Google App Engine
This is Rietveld 408576698