fix: minor

This commit is contained in:
fracapuano
2025-05-29 23:17:02 +02:00
parent 3af6768f37
commit 617bebb617

View File

@@ -163,7 +163,7 @@ def _profile_iteration(dataset, num_samples, stats_file_path):
# Add functions to profile
profiler.add_function(dataset.__iter__)
profiler.add_function(dataset.make_frame)
profiler.add_function(dataset._make_iterable_dataset)
profiler.add_function(dataset._make_backtrackable_dataset)
# Profile the iteration