Skip to content

Commit

Permalink
thread name todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Jan 17, 2025
1 parent 7332264 commit 39dbcb2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,7 @@ class TimelineEventsController extends PerformanceFeatureController
// iOS: "io.flutter.1.raster (12651)"
// Linux, Windows, Dream (g3): "io.flutter.raster (12651)"
// MacOS: Does not exist
// Also look for .gpu here for older versions of Flutter.
// TODO(kenz): remove check for .gpu name in April 2021.
if (name.contains(rasterThreadSuffix) || name.contains(gpuThreadSuffix)) {
if (name.contains(rasterThreadSuffix)) {
rasterTrackId = id;
}

Expand Down

0 comments on commit 39dbcb2

Please sign in to comment.