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

Unified Diff: tracing/tracing/model/thread.html

Issue 1290323003: Create a mapper to compute browser and renderer startup durations. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Answered nits. 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 | « tracing/tracing/extras/chrome/chrome_browser_helper.html ('k') | tracing/tracing/model/thread_slice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/thread.html
diff --git a/tracing/tracing/model/thread.html b/tracing/tracing/model/thread.html
index 3ae72e68b109323bca2450e2295cdfa6c14dfea6..3d175c8dfe1c0f40deb07245fa4f8abf00a1e203 100644
--- a/tracing/tracing/model/thread.html
+++ b/tracing/tracing/model/thread.html
@@ -6,9 +6,9 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/model/event_container.html">
-<link rel="import" href="/tracing/model/thread_slice.html">
-<link rel="import" href="/tracing/model/slice_group.html">
<link rel="import" href="/tracing/model/async_slice_group.html">
+<link rel="import" href="/tracing/model/slice_group.html">
+<link rel="import" href="/tracing/model/thread_slice.html">
<link rel="import" href="/tracing/base/guid.html">
<link rel="import" href="/tracing/base/range.html">
@@ -223,6 +223,10 @@ tr.exportTo('tr.model', function() {
return parentKey + '.' + this.name;
},
+ getProcess: function() {
+ return this.parent;
+ },
+
/*
* Returns the index of the slice in the timeSlices array, or undefined.
*/
« no previous file with comments | « tracing/tracing/extras/chrome/chrome_browser_helper.html ('k') | tracing/tracing/model/thread_slice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698