Revision a794a6590d1184c57f65760f9e382c5c6c9bfb03 authored by Unknown Author on 31 May 2006, 07:48:57 UTC, committed by Unknown Author on 31 May 2006, 07:48:57 UTC
git-svn-id: http://root.cern.ch/svn/root/tags/v5-11-04@15252 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent ca81efd
Raw File
rootmarks.py
#  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
#

import ROOT

# use ROOT macro to make sure that bench numbers get updated in one place
ROOT.gROOT.Macro( 'rootmarks.C' )
back to top