dart-sdk/runtime/observatory
Zichang Guo 59bcc4ea1e [vm/kernel] record yield positions at streaming flow graph builder
Collect yield positions inside StreamFlowGraphBuilder. BuildGraph() when yield_positions() are required. All yield positions will be stored into script as a hashmap. Key of hashmap is the starting token position of function, value is an array containing all yield positions.

Bug: https://github.com/dart-lang/sdk/issues/37635
Change-Id: I6d301d1cb0f74c432f855c9dbc20ac2c13acb07f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/116743
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
Commit-Queue: Zichang Guo <zichangguo@google.com>
2019-09-12 16:37:16 +00:00
..
bin Observatory strong mode fixes: make callback parameter types more general. 2018-05-24 23:07:55 +00:00
lib [vm, service] Remove _collectAllGarbage. 2019-09-09 16:56:27 +00:00
tests [vm/kernel] record yield positions at streaming flow graph builder 2019-09-12 16:37:16 +00:00
tool Use dartfmt on Observatory code 2016-09-16 06:59:51 -07:00
web [ VM / Service ] Add getCpuProfileSamples RPC which returns a minimally processed sample buffer. 2019-09-07 01:04:08 +00:00
.gitignore Commit observatory's pubspec.lock to the repo 2016-09-27 14:04:47 +02:00
.packages Bring in the latest test and stream_channel 2019-04-11 19:07:58 +00:00
analysis_options.yaml Analyze all the pkg/ code on the bots. 2018-07-12 16:35:03 +00:00
BUILD.gn [ VM / Service ] Add getCpuProfileSamples RPC which returns a minimally processed sample buffer. 2019-09-07 01:04:08 +00:00
HACKING.md [ VM / Service / Observatory ] The VM service now requires an authentication code by default. 2019-04-09 22:57:29 +00:00
observatory_sources.gni [observatory] Visualize class size and ownership data as tree maps. 2019-08-31 00:46:19 +00:00
pubspec.yaml [ VM / Service ] Add getCpuProfileSamples RPC which returns a minimally processed sample buffer. 2019-09-07 01:04:08 +00:00
update_sources.py Mass format python with yapf 2019-08-05 20:34:31 +00:00