| Index: runtime/observatory/lib/service.dart
|
| diff --git a/runtime/observatory/lib/service.dart b/runtime/observatory/lib/service.dart
|
| index c1af206e565256e8e0d456ce7be446d185f67cad..3c18287f507391a6fd5f8f64dfcb4bf1c41da1ee 100644
|
| --- a/runtime/observatory/lib/service.dart
|
| +++ b/runtime/observatory/lib/service.dart
|
| @@ -6,6 +6,7 @@ library service;
|
|
|
| import 'dart:async';
|
| import 'dart:typed_data';
|
| +import 'dart:math' as math;
|
|
|
| import 'package:logging/logging.dart';
|
| import 'package:observatory/cpu_profile.dart';
|
| @@ -14,3 +15,4 @@ import 'package:observatory/tracer.dart';
|
| import 'package:observe/observe.dart';
|
|
|
| part 'src/service/object.dart';
|
| +part 'src/service/scanner.dart';
|
|
|