@@ -415,48 +415,57 @@ exports[`FlameGraph matches the snapshot 1`] = `
415415 <li
416416 class = " panelSettingsListItem"
417417 >
418- <input
419- checked = " "
420- class = " photon-radio photon-radio-micro"
421- id = " implementation-radio-combined"
422- title = " Do not filter the stack frames"
423- type = " radio"
424- value = " combined"
425- />
426418 <label
427- class = " photon-label photon-label-micro photon-label-horiz-padding "
419+ class = " photon-label photon-label-micro"
428420 for = " implementation-radio-combined"
429- title = " Do not filter the stack frames"
430421 >
431- All frames
422+ <input
423+ checked = " "
424+ class = " photon-radio photon-radio-micro"
425+ id = " implementation-radio-combined"
426+ title = " Do not filter the stack frames"
427+ type = " radio"
428+ value = " combined"
429+ />
430+ <span
431+ class = " photon-label-horiz-padding"
432+ >
433+ All frames
434+ </span >
432435 </label >
433- <input
434- class = " photon-radio photon-radio-micro"
435- id = " implementation-radio-js"
436- title = " Show only the stack frames related to script execution"
437- type = " radio"
438- value = " js"
439- />
440436 <label
441- class = " photon-label photon-label-micro photon-label-horiz-padding "
437+ class = " photon-label photon-label-micro"
442438 for = " implementation-radio-js"
443- title = " Show only the stack frames related to script execution"
444439 >
445- Script
440+ <input
441+ class = " photon-radio photon-radio-micro"
442+ id = " implementation-radio-js"
443+ title = " Show only the stack frames related to script execution"
444+ type = " radio"
445+ value = " js"
446+ />
447+ <span
448+ class = " photon-label-horiz-padding"
449+ >
450+ Script
451+ </span >
446452 </label >
447- <input
448- class = " photon-radio photon-radio-micro"
449- id = " implementation-radio-cpp"
450- title = " Show only the stack frames for native code"
451- type = " radio"
452- value = " cpp"
453- />
454453 <label
455- class = " photon-label photon-label-micro photon-label-horiz-padding "
454+ class = " photon-label photon-label-micro"
456455 for = " implementation-radio-cpp"
457- title = " Show only the stack frames for native code"
458456 >
459- Native
457+ <input
458+ class = " photon-radio photon-radio-micro"
459+ id = " implementation-radio-cpp"
460+ title = " Show only the stack frames for native code"
461+ type = " radio"
462+ value = " cpp"
463+ />
464+ <span
465+ class = " photon-label-horiz-padding"
466+ >
467+ Native
468+ </span >
460469 </label >
461470 </li >
462471 </ul >
0 commit comments