| Index: perf_insights/perf_insights/mappers/task_info_map_function.html
|
| diff --git a/perf_insights/perf_insights/mappers/task_info_map_function.html b/perf_insights/perf_insights/mappers/task_info_map_function.html
|
| index 7591ffeb172dd8a4f3a0a37badff59475ceb8a3e..32c22a43f54b8ac66685307495fb8a57c92407c4 100644
|
| --- a/perf_insights/perf_insights/mappers/task_info_map_function.html
|
| +++ b/perf_insights/perf_insights/mappers/task_info_map_function.html
|
| @@ -13,6 +13,8 @@ found in the LICENSE file.
|
| <link rel="import" href="/tracing/model/slice.html">
|
|
|
| <script>
|
| +'use strict';
|
| +
|
| tr.exportTo('pi.m', function() {
|
| // Granularity of the histogram.
|
| var HISTOGRAM_MAX = 250;
|
|
|