()
| 1394 | } |
| 1395 | |
| 1396 | function toggleInvert() { |
| 1397 | isInverted = !isInverted; |
| 1398 | updateToggleUI('toggle-invert', isInverted); |
| 1399 | updateFlamegraphView(); |
| 1400 | } |
| 1401 | |
| 1402 | // ============================================================================ |
| 1403 | // Initialization |
nothing calls this directly
no test coverage detected
searching dependent graphs…