parquet_debug_sort_heapsort_calls Interface

interface
public module function parquet_debug_sort_heapsort_calls() result(n)

Arguments

None

Return Value integer(kind=int64)

heapsort fallbacks entered.

Description

Test-only count of heapsort fallbacks since parquet_debug_set_sort_depth_limit.

What makes the forced-fallback test non-vacuous: the quicksort and heapsort paths answer identically, so only this counter can say which one ran.