ctf4science.performance_module#

Performance monitoring module for CTF models, measures wall-clock time for model execution.

This module provides simplified performance monitoring focused on: - Wall-clock time measurement

Tracks total wall-clock time and calculates averages across multiple trials during hyperparameter tuning.

Functions

measure_time(func, *args, **kwargs)

Measure wall-clock time for a single call to a callable.

Classes

PerformanceMonitor([output_dir])

Performance monitoring for CTF models (wall-clock time only).