These functions, _wt_time_window_is_empty(), wt_time_window_init(), _wt_time_aggregate_init() showed up in the perf profiling tool, consuming significant CPU for merely initializing and comparing variables. Replacing them with macros improved performance significantly.
This ticket will further investigate reducing the overhead from these functions.
- related to
-
WT-6114 Investigate performance drop in WT simple operations
- Closed