Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "plotting/PlotBenchmarks.cpp+"
0002 
0003 void makeBenchmarkPlots(const TString& arch, const TString& sample, const TString& suite) {
0004   PlotBenchmarks Benchmarks(arch, sample, suite);
0005   Benchmarks.RunBenchmarkPlots();
0006 }