Skip to content

Commit 0e88702

Browse files
munificentcommit-bot@chromium.org
authored andcommitted
Opt the verbose_gc_to_bmu tool out of null safety.
Change-Id: I67ee7afa11366ebe0a299ba5ed06047fe38e6605 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167864 Auto-Submit: Bob Nystrom <[email protected]> Commit-Queue: Ben Konyi <[email protected]> Reviewed-by: Ben Konyi <[email protected]>
1 parent fdad84f commit 0e88702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/tools/verbose_gc_to_bmu.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// dart --verbose_gc foo.dart 2> foo.gclog
1111
// dart verbose_gc_to_bmu.dart < foo.gclog > foo.bmu
1212
// gnuplot -p -e "set yr [0:1]; set logscale x; plot 'foo.bmu' with linespoints"
13+
// @dart=2.9
1314

1415
import 'dart:io';
1516
import 'dart:math';

0 commit comments

Comments
 (0)