You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do a few hand-coded timing of steps. But maybe we should be more systematic and make a timing helper that we can use to "just" wrap specific functions (rather than starting a timer then stopping at the top|bottom of each)
The text was updated successfully, but these errors were encountered:
Yeah, removing it is fine too, I guess really we would want to truly profile code like that when experimenting with speedups (e.g. confirming that our partitioning in dbgen works well, when we tackle tpc-ds, etc.)
We currently do a few hand-coded timing of steps. But maybe we should be more systematic and make a timing helper that we can use to "just" wrap specific functions (rather than starting a timer then stopping at the top|bottom of each)
The text was updated successfully, but these errors were encountered: