Files
concrete/script/progress_tracker_utils/test_scripts/measure_nested.py

14 lines
193 B
Python

# bench: Unit Target: X
# bench: Measure: Printing Time Of Three (ms)
print(42)
# bench: Measure: Printing Time Of One (ms)
print(42)
# bench: Measure: End
print(42)
# bench: Measure: End