Chromium Code Reviews| Index: runtime/bin/vmstats/vmstats.dart |
| =================================================================== |
| --- runtime/bin/vmstats/vmstats.dart (revision 21569) |
| +++ runtime/bin/vmstats/vmstats.dart (working copy) |
| @@ -18,7 +18,7 @@ |
| IsolateListModel _isolates; |
| Timer _updater; |
| -final int _POLL_INTERVAL = const Duration(seconds: 1); |
| +final int _POLL_INTERVAL = const Duration(seconds: 3); |
| final String CYAN = '#00EE76'; |
| final String GREEN = '#97FFFF'; |