tree: e4a51d16999993b418b1ca1b0e5ebe31500505b0 [path history] [tgz]
  1. lib/
  2. test/
  3. analysis_options.yaml
  4. CHANGELOG.md
  5. LICENSE
  6. OWNERS
  7. pubspec.yaml
  8. README.md
pkg/dart2js_runtime_metrics/README.md

☠☠ Warning: This package is experimental and may be removed in a future version of Dart. ☠☠

dart2js can generate extra code to measure certain activities. This library provides access to the measurements at runtime.

An application might make timings and other measurements and report them back to a server in order to collect information on how the application is working in production. The APIs in this library provide access to measurements that require help from dart2js. For example, startupMetrics accesses measurements of activities that happen as the program is loaded, before main().

The APIs are stubbed so that dummy values are returned on the VM and dartdevc.