| Index: runtime/bin/vmstats/README
|
| diff --git a/runtime/bin/vmstats/README b/runtime/bin/vmstats/README
|
| deleted file mode 100644
|
| index 17909d4430a1ca5083f97a76c68f561dc8d13ab2..0000000000000000000000000000000000000000
|
| --- a/runtime/bin/vmstats/README
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -This is the VM Stats program built into the Dart executable.
|
| -
|
| -These files are converted into binary resources during the build, and
|
| -linked into the Dart executable so it is self-contained. These resources
|
| -are available via a built-in HTTP server, enabled with the --stats flag.
|
| -
|
| -Since dart2js requires the dart executable, the vm_stats.dart.js file is
|
| -not re-created with the build. Instead, it should be regenerated whenever
|
| -any of the dart files change, and committed with those changes. To
|
| -regenerate, from this directory run:
|
| -
|
| - $ ../../../out/ReleaseIA32/dart-sdk/bin/dart2js -ovmstats.dart.js \
|
| - vmstats.dart
|
|
|