1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Switch off counters by default

This commit is contained in:
Peter Boyle 2017-06-30 10:16:35 +01:00
parent 694b305cab
commit b73bd151bb

View File

@ -383,7 +383,7 @@ int main (int argc, char ** argv)
assert(error<1.0e-4);
}
if(1){
if(0){
std::cout << "Single cache warm call to sDw.Dhop " <<std::endl;
for(int i=0;i< PerformanceCounter::NumTypes(); i++ ){
sDw.Dhop(ssrc,sresult,0);