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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js-line-level-profile-expected.txt

Issue 1748993002: DevTools: Initial implementation of line-level CPU profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments. Created 4 years, 9 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/tracing/timeline-js-line-level-profile-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js-line-level-profile-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js-line-level-profile-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b3e32f92c0a17800931d5f306458b7deb6bef07c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js-line-level-profile-expected.txt
@@ -0,0 +1,10 @@
+Tests that a line-level CPU profile is shown in the text editor.
+.../inspector/tracing/resources/timeline-data.js
+0 performance 100.0 ms rgba(255, 0, 0, 0.462745)
+1 performance 200.0 ms rgba(255, 0, 0, 0.521569)
+2 performance 300.0 ms rgba(255, 0, 0, 0.556863)
+3 performance 400.0 ms rgba(255, 0, 0, 0.580392)
+99 performance 10.0 ms rgba(255, 0, 0, 0.262745)
+101 performance 1900.0 ms rgba(255, 0, 0, 0.717647)
+54 performance 220.0 ms rgba(255, 0, 0, 0.529412)
+

Powered by Google App Engine
This is Rietveld 408576698