Open natebosch opened 5 years ago
trackProfile
profiles hot dynamic calls. Still potentially useful if we can figure out a good way to surface it. I sometimes flip by hand (dart.__trackProfile = true
on console) and dump the map.
I don't think the other two are particularly useful anymore.
Sounds like we can at least get rid of the globalState.ddcSettings
handling for trackProfile
if you typically set it manually.
Does anyone else use this? Do we have a document outlining how to use it?
I believe it's only used by the deprecated DDC extension: @alan-knight ?
trackProfile
looks unused and we can drop it - this was mostly useful for devs migrating from non-strong code and was enabled with the now nonexistant plugin.ignoreAllErrors
is also unused.trapRuntimeErrors
is set bytest_runner
, but it's set to the default.