Skip to main content

Module profiler

Module profiler 

Source
Expand description

Performance profiler for geospatial operations.

Provides Profiler (start/stop timing), Operation (file-dispatched actions), and execute_operation (run N iterations and return durations) for the oxigeo profile CLI subcommand.

Structs§

Profiler
Accumulates wall-clock measurements for repeated operations.

Enums§

Operation
A geospatial operation that the profiler can benchmark.

Functions§

execute_operation
Run op iterations times against input and return the per-iteration durations.