On Thu, 2009-08-20 at 21:37 +0530, Poornima Nayak wrote: > Modified to pass workload as a parameter for cpu cosolidation verifcation > function. > This is required to verify cpu consolidation on Hypre threaded system for > kernbench workload. > > Signed-off-by: poornima nayak <[email protected]>
Thanks. Regards-- Subrata > > diff -uprN > ltp-full-20090731_orig/testcases/kernel/power_management/cpu_consolidation.py > ltp-full-20090731/testcases/kernel/power_management/cpu_consolidation.py > --- > ltp-full-20090731_orig/testcases/kernel/power_management/cpu_consolidation.py > 2009-08-20 19:59:11.000000000 +0530 > +++ ltp-full-20090731/testcases/kernel/power_management/cpu_consolidation.py > 2009-08-20 20:39:25.000000000 +0530 > @@ -45,7 +45,7 @@ def main(argv=None): > duration=60 > trigger_workld(options.work_ld, options.stress, duration, background) > generate_report() > - status = validate_cpu_consolidation(options.mc_level, > options.smt_level) > + status = > validate_cpu_consolidation(options.work_ld,options.mc_level, > options.smt_level) > reset_schedmc() > if is_hyper_threaded(): > reset_schedsmt() > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
