[med-svn] [SCM] aghermann branch, master,	updated. 99b1d5a023eee9df74b0e0d6f894516fc79435ad
    Andrei Zavada 
    johnhommer at gmail.com
       
    Sun Jul  7 23:04:00 UTC 2013
    
    
  
The following commit has been merged in the master branch:
commit dddb8cb034a0f9073d6ebca1b7eb3fb5a5040ffe
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Fri Jun 21 20:06:42 2013 +0300
    pass step to CProfile ctor in agh-profile-gen
diff --git a/src/tools/agh-profile-gen.cc b/src/tools/agh-profile-gen.cc
index b7425e2..3c1efd3 100644
--- a/src/tools/agh-profile-gen.cc
+++ b/src/tools/agh-profile-gen.cc
@@ -192,11 +192,11 @@ main( int argc, char **argv)
 			do_swu = A.types.find( metrics::TType::swu) != A.types.end();
 
 		if ( do_psd )
-			A.psd_pp.pagesize = A.pagesize, A.psd_pp.check();
+			A.psd_pp.pagesize = A.pagesize, A.psd_pp.step = A.step, A.psd_pp.check();
 		if ( do_mc )
-			A.mc_pp.pagesize = A.pagesize, A.mc_pp.check();
+			A.mc_pp.pagesize  = A.pagesize, A.mc_pp.step  = A.step, A.mc_pp.check();
 		if ( do_swu )
-			A.swu_pp.pagesize = A.pagesize, A.swu_pp.check();
+			A.swu_pp.pagesize = A.pagesize, A.swu_pp.step = A.step, A.swu_pp.check();
 
 		if ( A.file.empty() )
 			throw invalid_argument ("Missing file name");
-- 
Sleep experiment manager
    
    
More information about the debian-med-commit
mailing list