commit | ada4278fd5a54d58c0aa4a9cc9b1e14a0d3333bc | [log] [tgz] |
---|---|---|
author | Ben Konyi <bkonyi@google.com> | Wed Aug 04 17:32:38 2021 +0000 |
committer | commit-bot@chromium.org <commit-bot@chromium.org> | Wed Aug 04 17:32:38 2021 +0000 |
tree | 9cdda6d56633d84b2ff82a2e033a2a53467d9f11 | |
parent | 878cd3a3f8a6c94571bbc3a2cac7afeeb4bc274e [diff] |
Revert "Reland "[ package:dds ] Add support for caching CPU samples based on UserTag"" This reverts commit 17961606060fa36971fdc40cee8105a13262e97e. Reason for revert: Still seeing failures. Original change's description: > Reland "[ package:dds ] Add support for caching CPU samples based on UserTag" > > This reverts commit 4160747ef63d4a7071242b50382a2b8f3c559d1f. > > It seems like 9397b8ff055b3b97275e17aaf651bbb176b2b306 should have fixed the original failures we were seeing and the failing bots in question seem to be passing when running try jobs. > > TBR=asiva@ (discussed offline) > > TEST=Existing service tests + get_cached_cpu_samples_test > Change-Id: I1c50c0e79375df819a0bd68e68ac28c3064874c8 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/208441 > Reviewed-by: Ben Konyi <bkonyi@google.com> > Commit-Queue: Ben Konyi <bkonyi@google.com> TBR=bkonyi@google.com,asiva@google.com Change-Id: Ic522ab61b430673533c94ecd0c91bee569a0add6 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/208960 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.