devtools_profiler_protocol 0.2.0
devtools_profiler_protocol: ^0.2.0 copied to clipboard
Shared protocol models for the pure-Dart DevTools profiler packages.
Changelog #
0.2.0 #
- Added
extrafield toProfileRegionOptionsfor tool-specific metadata. Tools likelualikecan attach arbitrary data (e.g.{'luaFile': 'calls.lua'}) that persists in session artifacts. - Updated
copyWith,toJson, andfromJsonto handleextra.
0.1.0 #
- Initial release of the shared profiler protocol models.
- Added capture-kind and isolate-scope contracts for region profiling.
- Added JSON-friendly region option serialization helpers.