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

Unified Diff: LayoutTests/inspector/tracing/timeline-js-callstacks.html

Issue 1311783008: Merge 201072 "DevTools: [timeline tree view] fix total time calc..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2490/
Patch Set: Created 5 years, 4 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/tracing/timeline-js-callstacks-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/timeline-js-callstacks.html
===================================================================
--- LayoutTests/inspector/tracing/timeline-js-callstacks.html (revision 201157)
+++ LayoutTests/inspector/tracing/timeline-js-callstacks.html (working copy)
@@ -323,7 +323,7 @@
"pid": 17851,
"tid": 23,
"ts": 251000,
- "dur": 8000
+ "dur": 1000
},
{
"args": {
@@ -412,6 +412,131 @@
"ts": 251400,
},
{
+ "args": {
+ "data": {
+ "stackTrace": [
+ { "functionName": "recursive_b", "scriptId": 1 },
+ { "functionName": "recursive_a", "scriptId": 1 },
+ { "functionName": "recursive_b", "scriptId": 1 },
+ { "functionName": "recursive_a", "scriptId": 1 }
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253000,
+ },
+ {
+ "args": {
+ "data": {
+ "stackTrace": [
+ { "functionName": "recursive_a", "scriptId": 1 },
+ { "functionName": "recursive_b", "scriptId": 1 },
+ { "functionName": "recursive_a", "scriptId": 1 }
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253008,
+ },
+ {
+ "args": {
+ "data": {
+ "stackTrace": [
+ { "functionName": "recursive_b", "scriptId": 1 },
+ { "functionName": "recursive_a", "scriptId": 1 }
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253012,
+ },
+ {
+ "args": {
+ "data": {
+ "stackTrace": [
+ { "functionName": "recursive_a", "scriptId": 1 }
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253014,
+ },
+ {
+ "args": {
+ "data": {
+ "stackTrace": [
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253015,
+ },
+ {
+ "args": {
+ "data": {
+ "stackTrace": [
+ { "functionName": "recursive_b", "scriptId": 1 },
+ { "functionName": "recursive_a", "scriptId": 1 }
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253100,
+ },
+ {
+ "args": {
+ "data": {
+ "stackTrace": [
+ { "functionName": "recursive_a", "scriptId": 1 }
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253200,
+ },
+ {
+ "args": {
+ "data": {
+ "stackTrace": [
+ ]
+ }
+ },
+ "cat": "disabled-by-default-devtools.timeline",
+ "name": "JSSample",
+ "ph": "I",
+ "pid": 17851,
+ "tid": 23,
+ "ts": 253300,
+ },
+ {
"args": {},
"cat": "disabled-by-default-devtools.timeline",
"name": "Program",
« no previous file with comments | « no previous file | LayoutTests/inspector/tracing/timeline-js-callstacks-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698