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

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

Issue 235453008: DevTools: Extract CPU profile model out of CPUProfileView. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html b/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
index da01b8b9524bffdf1937bc72285e4ef29aadea68..3edc6870114665133ff9d9388464fab1e988b14f 100644
--- a/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
+++ b/LayoutTests/inspector/profiler/cpu-profiler-calculate-time.html
@@ -94,7 +94,7 @@ function test()
"samples": [ 1, 2 ]
};
WebInspector.inspectorView.showPanel("profiles");
- WebInspector.CPUProfileView.prototype._calculateTimes(profileAndExpectations);
+ WebInspector.CPUProfileDataModel.prototype._calculateTimes(profileAndExpectations);
function checkExpectations(node)
{
if (Math.abs(node.selfTime - node.expectedSelfTime) > 0.0001) {
« no previous file with comments | « no previous file | LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698