Add fine-grained step timing and trim BH RHS overhead

(cherry picked from commit 968522995b)
This commit is contained in:
2026-04-13 14:50:55 +08:00
committed by ianchb
parent 11977eb82f
commit 6410c62e3e
4 changed files with 223 additions and 3 deletions

View File

@@ -135,9 +135,9 @@ public:
Parallel::SyncCache *sync_cache_restrict; // cached Restrict in RestrictProlong
Parallel::SyncCache *sync_cache_outbd; // cached OutBdLow2Hi in RestrictProlong
monitor *ErrorMonitor, *Psi4Monitor, *BHMonitor, *MAPMonitor;
monitor *ConVMonitor;
surface_integral *Waveshell;
monitor *ErrorMonitor, *Psi4Monitor, *BHMonitor, *MAPMonitor;
monitor *ConVMonitor, *TimingMonitor;
surface_integral *Waveshell;
checkpoint *CheckPoint;
public: