At the end of function _hierarchical_select_hierarchy_generate(), in file hierarchical_select.module, it always calculates the time it took to generate the levels (build_time).
This information sometimes is unnecessary for end user (for developer only).
We should provide a value in $config variable to check and ignore this task (e.g $config['calculate_build_time']=FALSE). This will improve performance.