projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Fri 5/17/13 22:52
Michael Larabel  
phodevi: Report CPU... 
Wed 5/15/13 21:50
Michael Larabel  
Phoronix Test Suite... 
Wed 5/15/13 21:39
Michael Larabel  
pts-core: DragonFlyBSD... 
Wed 5/15/13 15:47
Michael Larabel  
pts-core: Updates from... 
Wed 5/15/13 15:43
Michael Larabel  
 
Sat 5/11/13 13:55
Michael Larabel  
pts-core: Fix for... 
 
> --git a/pts-core/objects/pts_Graph/pts_OverviewGraph.php b/pts-core/objects/pts_Graph/pts_OverviewGraph.php
index 2c473ac
..eedd224 100644
--- a/pts-core/objects/pts_Graph/pts_OverviewGraph.php
+++ b/pts-core/objects/pts_Graph/pts_OverviewGraph.php
@@ -78,+78,@@ class pts_OverviewGraph extends pts_Graph
         $this
->i['identifier_size'] = 6.5;
         
$this->i['graph_width'] = 1000;

-        list(
$longest_title_width$longest_title_height) = pts_svg_dom::estimate_text_dimensions(pts_strings::find_longest_string($result_file->get_test_titles()), $this->i['identifier_size']);
+        
$titles $result_file->get_test_titles();
+        list(
$longest_title_width$longest_title_height) = pts_svg_dom::estimate_text_dimensions(pts_strings::find_longest_string($titles), $this->i['identifier_size']);

         
$this->i['left_start'] += 20;
         
$this->graphs_per_row floor(($this->i['graph_width'] - $this->i['left_start'] - $this->i['left_end_right']) / ($longest_title_width 2));
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media