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

Side by Side Diff: runtime/observatory/lib/repositories.dart

Issue 2999933002: Revert "Add current rss and embedder name to Observatory" (Closed)
Patch Set: Created 3 years, 4 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 unified diff | Download patch
« no previous file with comments | « runtime/observatory/lib/models.dart ('k') | runtime/observatory/lib/src/app/page.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library repositories; 5 library repositories;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:convert'; 8 import 'dart:convert';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'package:observatory/allocation_profile.dart'; 10 import 'package:observatory/allocation_profile.dart';
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 part 'src/repositories/sample_profile.dart'; 44 part 'src/repositories/sample_profile.dart';
45 part 'src/repositories/script.dart'; 45 part 'src/repositories/script.dart';
46 part 'src/repositories/settings.dart'; 46 part 'src/repositories/settings.dart';
47 part 'src/repositories/single_target_cache.dart'; 47 part 'src/repositories/single_target_cache.dart';
48 part 'src/repositories/strongly_reachable_instances.dart'; 48 part 'src/repositories/strongly_reachable_instances.dart';
49 part 'src/repositories/subtype_test_cache.dart'; 49 part 'src/repositories/subtype_test_cache.dart';
50 part 'src/repositories/target.dart'; 50 part 'src/repositories/target.dart';
51 part 'src/repositories/top_retaining_instances.dart'; 51 part 'src/repositories/top_retaining_instances.dart';
52 part 'src/repositories/type_arguments.dart'; 52 part 'src/repositories/type_arguments.dart';
53 part 'src/repositories/unlinked_call.dart'; 53 part 'src/repositories/unlinked_call.dart';
54 part 'src/repositories/vm.dart';
OLDNEW
« no previous file with comments | « runtime/observatory/lib/models.dart ('k') | runtime/observatory/lib/src/app/page.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698