Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:21

0001 #!/bin/csh
0002 setenv PATH ~moserro/public/perfreport:${PATH}
0003 mkdir $1
0004 perfreport -i ~/scratch0/callgrind.out.$1 -d ~moserro/public/perfreport/allstandard.xml -o $1
0005