CpuProfileData.filterFrom - can't filter from already filtered data
Offen
devtools app performance
P2
product-quality
screen: cpu profiler
- Vorherrschende Sprache
- Dart
- Sterne
- 1.7k
- Forks
- 404
- Ø Merge
- 6 T. 17 Std.
- Gemergte PRs (30 T.)
- 18
Beschreibung
ensure we can filter from an already filtered profile. Currently when trying to do this, a null exception is thrown. Likely has something to do with stack frame parent ids not getting set properly on the filtered output. If we can filter from already filtered data, we can improve the performance of filtering, since we'd be able to filter from a subset of data instead of the entire data set.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.