Skip to content
Snippets Groups Projects
Commit 81e9cf15 authored by Rene Brun's avatar Rene Brun
Browse files

Normalize stressShapes rootmarks

git-svn-id: http://root.cern.ch/svn/root/trunk@21561 27541ba8-7e3a-0410-8455-c3a389f83636
parent b2bd5888
No related branches found
No related tags found
No related merge requests found
...@@ -312,12 +312,8 @@ TGeoMedium *med16 = new TGeoMedium("RHONEYCM",16,16,0,0,0,20,0.1000000E+11,0.212 ...@@ -312,12 +312,8 @@ TGeoMedium *med16 = new TGeoMedium("RHONEYCM",16,16,0,0,0,20,0.1000000E+11,0.212
gBenchmark->Stop("stressShapes"); gBenchmark->Stop("stressShapes");
gBenchmark->Print("stressShapes"); gBenchmark->Print("stressShapes");
Float_t ct = gBenchmark->GetCpuTime("stressShapes"); Float_t ct = gBenchmark->GetCpuTime("stressShapes");
#ifdef __CINT__ Float_t cp_brun = 5.55;
Float_t cp_brun = 310.47; Float_t rootmarks = 860*cp_brun/ct;
#else
Float_t cp_brun = 6.64;
#endif
Float_t rootmarks = 600*cp_brun/ct;
printf("*******************************************************************\n"); printf("*******************************************************************\n");
printf("* ROOTMARKS =%6.1f * Root%-8s %d/%d CP = %7.2fs\n",rootmarks,gROOT->GetVersion(),gROOT->GetVersionDate(),gROOT->GetVersionTime(),ct); printf("* ROOTMARKS =%6.1f * Root%-8s %d/%d CP = %7.2fs\n",rootmarks,gROOT->GetVersion(),gROOT->GetVersionDate(),gROOT->GetVersionTime(),ct);
printf("*******************************************************************\n"); printf("*******************************************************************\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment