Skip to main content

Module chunk_executor

Module chunk_executor 

Source
Expand description

Chunk execution loop. target_error is a fraction (0.05 = 5%), not a percent.

Structsยง

ChunkRun
ExecutionObservers ๐Ÿ”’
ExecutionOptions ๐Ÿ”’
SystemProgressTimer ๐Ÿ”’

Enumsยง

TraceExtras ๐Ÿ”’

Constantsยง

CHECK_INTERVAL ๐Ÿ”’
MIN_SAMPLES_FOR_STDERR ๐Ÿ”’

Traitsยง

ProgressTimer ๐Ÿ”’

Functionsยง

accumulator_to_report ๐Ÿ”’
capture_exact_representative ๐Ÿ”’
capture_representative_with_handler ๐Ÿ”’
encounter_end_time ๐Ÿ”’
enrich_progress_tick ๐Ÿ”’
relative_stderr ๐Ÿ”’
run_chunk
Run N iterations and return a ChunkReport.
run_chunk_into_accumulator
Like run_chunk but yields the raw TelemetryAccumulator for merging.
run_chunk_into_accumulator_for_merge ๐Ÿ”’
run_chunk_into_accumulator_impl ๐Ÿ”’
run_chunk_into_accumulator_with_timer ๐Ÿ”’
run_chunk_with_trace ๐Ÿ”’
Trace-runner variant of run_chunk that attaches a decision sink and trace extras.