Check that we really have CPU data

This commit is contained in:
soulgalore 2023-11-27 17:01:21 +01:00
parent c56340178c
commit e321442a52
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ if browsertime
td
a(href=baseHelpURL + 'firstInputDelay') First Input Delay (FID)
td.number #{h.time.ms(timings.firstInput.delay)}
else
else if (cpu && cpu.longTasks)
tr
td
a(href=baseHelpURL + 'totalBlockingTime') Total Blocking Time (TBT)