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

Unified Diff: tracing/tracing/ui/side_panel/metrics_side_panel.html

Issue 3009553002: Refactor Histogram relationship diagnostics. (Closed)
Patch Set: Created 3 years, 3 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: tracing/tracing/ui/side_panel/metrics_side_panel.html
diff --git a/tracing/tracing/ui/side_panel/metrics_side_panel.html b/tracing/tracing/ui/side_panel/metrics_side_panel.html
index d656e009f8b58264318720c2444acc3572254cff..4227cdc24df873828ff6efeb1efe9d3634a8e8fa 100644
--- a/tracing/tracing/ui/side_panel/metrics_side_panel.html
+++ b/tracing/tracing/ui/side_panel/metrics_side_panel.html
@@ -25,6 +25,7 @@ found in the LICENSE file.
}
div#error {
color: red;
+ white-space: pre;
}
#results {
font-size: 12px;
@@ -200,7 +201,7 @@ tr.exportTo('tr.ui', function() {
try {
histograms = tr.metrics.runMetrics(this.model_, options);
} catch (err) {
- Polymer.dom(this.$.error).textContent = err.message;
+ Polymer.dom(this.$.error).textContent = err.stack;
return;
}
« no previous file with comments | « tracing/tracing/metrics/v8/runtime_stats_metric.html ('k') | tracing/tracing/value/diagnostics/add_related_names.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698