1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-30 19:27:06 +01:00

Tracing replaces self timing hooks

This commit is contained in:
Peter Boyle
2022-08-31 17:33:41 -04:00
parent 5abb19eab0
commit cd5cf6d614
5 changed files with 0 additions and 18 deletions

View File

@@ -420,7 +420,6 @@ public:
FGrid->Broadcast(0,&ncall,sizeof(ncall));
// std::cout << GridLogMessage << " Estimate " << ncall << " calls per second"<<std::endl;
Dw.ZeroCounters();
time_statistics timestat;
std::vector<double> t_time(ncall);
@@ -589,7 +588,6 @@ public:
FGrid->Broadcast(0,&ncall,sizeof(ncall));
// std::cout << GridLogMessage << " Estimate " << ncall << " calls per second"<<std::endl;
Ds.ZeroCounters();
time_statistics timestat;
std::vector<double> t_time(ncall);