Logo ROOT   6.07/09
Reference Guide
Namespaces
rootmarks.py File Reference

Namespaces

 rootmarks
 

Detailed Description

Prints a summary of all ROOT benchmarks (must be run before) The ROOTMARK number printed is by reference to a Pentium IV 2.4 Ghz (with 512 MBytes memory and 120 GBytes IDE disk) taken by definition as 600 ROOTMARKS in batch mode in executing python benchmarks.py.

1 
2 import os
3 import ROOT
4 
5 macrodir = os.path.join(ROOT.gROOT.GetTutorialsDir(), 'pyroot')
6 
7 # use ROOT macro to make sure that bench numbers get updated in one place
8 ROOT.gROOT.Macro( ROOT.gSystem.UnixPathName( os.path.join( macrodir, os.pardir, 'rootmarks.C' ) ) )
Author
Wim Lavrijsen

Definition in file rootmarks.py.