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
opiterationstimes againstinputand return the per-iteration durations.