Skip to content

Commit 16b2779

Browse files
branczclaude
andauthored
ui: Add libcublas frame filter to CUDA preset (#6136)
Add a "not starts with libcublas" frame filter to the hide_cuda_internals preset to exclude CUDA BLAS library frames from profiles. Co-authored-by: Claude <[email protected]>
1 parent 97c7f24 commit 16b2779

File tree

1 file changed

+6
-0
lines changed
  • ui/packages/shared/profile/src/ProfileView/components/ProfileFilters

1 file changed

+6
-0
lines changed

ui/packages/shared/profile/src/ProfileView/components/ProfileFilters/filterPresets.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ export const filterPresets: FilterPreset[] = [
134134
matchType: 'not_contains',
135135
value: 'libparcagpucupti.so',
136136
},
137+
{
138+
type: 'frame',
139+
field: 'binary',
140+
matchType: 'not_starts_with',
141+
value: 'libcublas',
142+
},
137143
],
138144
},
139145
{

0 commit comments

Comments
 (0)