Subversion Repositories DevTools

Rev

Rev 7097 | Rev 7106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7097 Rev 7098
Line 947... Line 947...
947
                    
947
                    
948
                    //
948
                    //
949
                    //  Report numbers for Bryan - can be removed after Aug-2019
949
                    //  Report numbers for Bryan - can be removed after Aug-2019
950
                    //  See PX-14283
950
                    //  See PX-14283
951
                    //
951
                    //
-
 
952
                    {
-
 
953
                        String BI = "--";
-
 
954
                        String BE = "--";
-
 
955
                        if (fullPlan.planTime != basicPlan.planTime &&  basicPlan.planTime  != 0) {
-
 
956
                            BI = Float.toString( (fullPlan.planTime - basicPlan.planTime) / (float)basicPlan.planTime);
-
 
957
                            BE = Float.toString( (float)fullPlan.planTime  / (fullPlan.planTime - basicPlan.planTime));
-
 
958
                        }
952
                    mLogger.error("PLAN STATS: Estimated time to complete current plan (ETC): {}", basicPlan.planTime);
959
                        mLogger.error("PLAN STATS: Estimated time to complete current plan (ETC): {}", basicPlan.planTime);
953
                    mLogger.error("PLAN STATS: Estimated time to full plan (PBT): {}", fullPlan.planTime);
960
                        mLogger.error("PLAN STATS: Estimated time to full plan (PBT): {}", fullPlan.planTime);
954
                    mLogger.error("PLAN STATS: Build Impact (BI): {}", (fullPlan.planTime - basicPlan.planTime) / (float)basicPlan.planTime);
961
                        mLogger.error("PLAN STATS: Build Impact (BI): {}", BI);
955
                    mLogger.error("PLAN STATS: Build Efficency (BE): {}", (float)fullPlan.planTime  / (fullPlan.planTime / basicPlan.planTime));
962
                        mLogger.error("PLAN STATS: Build Efficiency (BE): {}", BE);
-
 
963
                    }
956
                    
964
                    
957
                    
965
                    
958
                    if ( (basicPlan.planTime * 12) <= (fullPlan.planTime * 10) )
966
                    if ( (basicPlan.planTime * 12) <= (fullPlan.planTime * 10) )
959
                    {
967
                    {
960
                        //  Use the basic plan FOLLOWED by a plan that does not include
968
                        //  Use the basic plan FOLLOWED by a plan that does not include