Skip to content

Commit

Permalink
Merge "Revert "ui: Merge slice and async_slice plugins"" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegolton authored and Gerrit Code Review committed Oct 15, 2024
2 parents 5658705 + 4ae4350 commit 55c3982
Show file tree
Hide file tree
Showing 6 changed files with 472 additions and 446 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const THREAD_SLICE_ROW = {
};
export type ThreadSliceRow = typeof THREAD_SLICE_ROW;

export class SliceTrack extends NamedSliceTrack<Slice, ThreadSliceRow> {
export class AsyncSliceTrack extends NamedSliceTrack<Slice, ThreadSliceRow> {
constructor(
args: NewTrackArgs,
maxDepth: number,
Expand Down
Loading

0 comments on commit 55c3982

Please sign in to comment.