Struct OrderedOpCounts¶
Defined in File schedule_dump.hpp
Struct Documentation¶
-
struct OrderedOpCounts¶
Test-facing (and cheap enough to stay live): what the most recent ordered evaluation did, by op kind.
builds—compute_cellcalls (ordered_executor.hpp): one per Build production the walk actually performed.assembles— Assemble steps performed (a per-batch partial folded into its output’s running result).probes— entries into the generic recursive evaluatorevaluate_impl(eval.hpp) while the evaluation ran. The ordered executor computes every cell itself from table reads, so a completed ordered run leaves this at zero; a nonzero count means some production fell back to the tree-walking engine.
Reset at
run_ordered_schedule_pre_resultsentry; thread-local, so a reader must run on the thread that drove the evaluation.