Skip to content

Commit

Permalink
bug fix: corrected the key for profile-selector (#3210)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohammad S <[email protected]>
  • Loading branch information
themohammadsa and themohammadsa99 authored Jun 1, 2023
1 parent 3319659 commit 35a4056
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ui/packages/shared/profile/src/ProfileTypeSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ export const wellKnownProfiles: WellKnownProfiles = {
name: 'Block Contention Time Total',
help: 'Time delayed stack traces caused by blocking on synchronization primitives.',
},
// Unfortunately, fgprof does not set the period type and unit.
'fgprof:samples:count::': {
'fgprof:samples:count:wallclock:nanoseconds:delta': {
name: 'Fgprof Samples Total',
help: 'CPU profile samples observed regardless of their current On/Off CPU scheduling status',
},
// Unfortunately, fgprof does not set the period type and unit.
'fgprof:time:nanoseconds::': {
'fgprof:time:nanoseconds:wallclock:nanoseconds:delta': {
name: 'Fgprof Samples Time Total',
help: 'CPU profile measured regardless of their current On/Off CPU scheduling status in nanoseconds',
},
Expand Down

0 comments on commit 35a4056

Please sign in to comment.