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

Side by Side Diff: runtime/bin/vmstats/README

Issue 18611003: Remove VM Stats (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « runtime/bin/vmstats.h ('k') | runtime/bin/vmstats/bargraph.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is the VM Stats program built into the Dart executable.
2
3 These files are converted into binary resources during the build, and
4 linked into the Dart executable so it is self-contained. These resources
5 are available via a built-in HTTP server, enabled with the --stats flag.
6
7 Since dart2js requires the dart executable, the vm_stats.dart.js file is
8 not re-created with the build. Instead, it should be regenerated whenever
9 any of the dart files change, and committed with those changes. To
10 regenerate, from this directory run:
11
12 $ ../../../out/ReleaseIA32/dart-sdk/bin/dart2js -ovmstats.dart.js \
13 vmstats.dart
OLDNEW
« no previous file with comments | « runtime/bin/vmstats.h ('k') | runtime/bin/vmstats/bargraph.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698