';
$output .= "{$row['name']} | ";
$output .= "{$row['component']} | ";
- $output .= "".number_format($row['duration']*1000, 2)." ms | ";
+ $output .= "" . number_format($row['duration'] * 1000, 2) . ' ms | ';
$output .= "";
- $offset = ((($row['start']-$startTime)*1000)/$displayTime)*100;
- $length = (($row['duration']*1000)/$displayTime)*100;
+ $offset = ((($row['start'] - $startTime) * 1000) / $displayTime) * 100;
+ $length = (($row['duration'] * 1000) / $displayTime) * 100;
- $styles['debug-bar-timeline-'.$styleCount] = "left: {$offset}%; width: {$length}%;";
- $output .= "";
- $output .= " | ";
- $output .= "
";
+ $styles['debug-bar-timeline-' . $styleCount] = "left: {$offset}%; width: {$length}%;";
+ $output .= "