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

Unified Diff: tracing/tracing/metrics/system_health/long_tasks_metric.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month 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/metrics/system_health/long_tasks_metric.html
diff --git a/tracing/tracing/metrics/system_health/long_tasks_metric.html b/tracing/tracing/metrics/system_health/long_tasks_metric.html
index 2fda485217b6dd34409b09b9e6d925dee343565f..4e49f7035f996f22513a0f19104c6a16cf3743a6 100644
--- a/tracing/tracing/metrics/system_health/long_tasks_metric.html
+++ b/tracing/tracing/metrics/system_health/long_tasks_metric.html
@@ -105,12 +105,11 @@ tr.exportTo('tr.metrics.sh', function() {
});
return {
- longTasksMetric: longTasksMetric,
- iterateLongTopLevelTasksOnThreadInRange:
- iterateLongTopLevelTasksOnThreadInRange,
- iterateRendererMainThreads: iterateRendererMainThreads,
- LONG_TASK_MS: LONG_TASK_MS,
- LONGEST_TASK_MS: LONGEST_TASK_MS
+ longTasksMetric,
+ iterateLongTopLevelTasksOnThreadInRange,
+ iterateRendererMainThreads,
+ LONG_TASK_MS,
+ LONGEST_TASK_MS,
};
});
</script>
« no previous file with comments | « tracing/tracing/metrics/system_health/loading_metric.html ('k') | tracing/tracing/metrics/system_health/memory_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698