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

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

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 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: 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 0e156a95cac1f315e72419a7786c8310e2058492..9ae18c5cd13ec4dc6c7cffd21d6f9efe728deea7 100644
--- a/tracing/tracing/metrics/system_health/long_tasks_metric.html
+++ b/tracing/tracing/metrics/system_health/long_tasks_metric.html
@@ -25,7 +25,7 @@ tr.exportTo('tr.metrics.sh', function() {
* given thread in the given range whose duration is longer than LONG_TASK_MS.
*
* @param {tr.model.Thread} thread
- * @param {tr.b.Range=} opt_range
+ * @param {tr.b.math.Range=} opt_range
* @param {function()} cb
* @param {Object=} opt_this
*/
« 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