drwells / fiddle

4 stars 3 forks source link

Add a lot more timers #214

Closed drwells closed 9 months ago

drwells commented 10 months ago

It would be easier to debug some things in fch-deal if we had timers in more functions. We should add a macro which checks if SAMRAI is enabled, and, if so, calls into TimerManager to record how long we spent in a function.

drwells commented 9 months ago

Fixed by #216.