| Index: tracing/tracing/metrics/system_health/hazard_metric.html
|
| diff --git a/tracing/tracing/metrics/system_health/hazard_metric.html b/tracing/tracing/metrics/system_health/hazard_metric.html
|
| index e8b6eeb2ba81ccfa693615e7ebdd9e0ab05bd405..42a5905bb95533713f99248581cd2720b503d955 100644
|
| --- a/tracing/tracing/metrics/system_health/hazard_metric.html
|
| +++ b/tracing/tracing/metrics/system_health/hazard_metric.html
|
| @@ -132,11 +132,11 @@ tr.exportTo('tr.metrics.sh', function() {
|
| tr.metrics.MetricRegistry.register(hazardMetric);
|
|
|
| return {
|
| - hazardMetric: hazardMetric,
|
| + hazardMetric,
|
| computeHazardForLongTasksInRangeOnThread:
|
| computeHazardForLongTasksInRangeOnThread,
|
| - computeHazardForLongTasks: computeHazardForLongTasks,
|
| - computeResponsivenessRisk: computeResponsivenessRisk
|
| + computeHazardForLongTasks,
|
| + computeResponsivenessRisk,
|
| };
|
| });
|
| </script>
|
|
|