2c790d3823
My change https://github.com/dart-lang/sdk/commit/f3536c5c4211479918c9de34c9e74d866dd31c52 has made the test start failing on more configs, because now the `fib` computation isn't lasting long enough for any samples to get collected. This change makes the `fib` computation take longer. Issue: https://github.com/dart-lang/sdk/issues/54401 Change-Id: I0f038df21bb116f97a5093e7d2e58ccda7447977 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/411161 Commit-Queue: Derek Xu <derekx@google.com> Reviewed-by: Liam Appelbe <liama@google.com>
A library to access the VM Service Protocol.
Usage
See the example for a simple use of the library's API.
The VM Service Protocol specification can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.
Features and bugs
Please file feature requests and bugs at the issue tracker.