Profile {{ round_select }}
Round Time: {{ Number.parseFloat(selected_profile.round_time).toExponential(3) }} (s)
Pure Computation
({{ Math.round(100 * selected_profile_statistics.computation_time / selected_profile.round_time) }}%):
{{ Number.parseFloat(selected_profile_statistics.computation_time).toExponential(3) }} (s)
Per Defect:
{{ Number.parseFloat(selected_profile_statistics.decoding_time_per_defect).toExponential(3) }} (s)
Per Measurement Round:
{{ Number.parseFloat(selected_profile_statistics.decoding_time_per_measurement_round).toExponential(3) }} (s)
Max Base Partition
({{ Math.round(100 * selected_profile_statistics.base_partition_computation_time / selected_profile.round_time) }}%):
{{ Number.parseFloat(selected_profile_statistics.base_partition_computation_time).toExponential(3) }} (s)
Min Base Partition
({{ Math.round(100 * selected_profile_statistics.base_partition_computation_min / selected_profile.round_time) }}%):
{{ Number.parseFloat(selected_profile_statistics.base_partition_computation_min).toExponential(3) }} (s)
Preparation
({{ Math.round(100 * selected_profile_statistics.preparation_time / selected_profile.round_time) }}%):
{{ Number.parseFloat(selected_profile_statistics.preparation_time).toExponential(3) }} (s)
Garbage Collection
({{ Math.round(100 * selected_profile_statistics.garbage_collection_time / selected_profile.round_time) }}%):
{{ Number.parseFloat(selected_profile_statistics.garbage_collection_time).toExponential(3) }} (s)
Per Defect:
{{ Number.parseFloat(selected_profile_statistics.round_time_per_defect).toExponential(3) }} (s)
Per Measurement Round:
{{ Number.parseFloat(selected_profile_statistics.round_time_per_measurement_round).toExponential(3) }} (s)
Computation CPU Seconds: {{ Number.parseFloat(selected_profile_statistics.computation_cpu_seconds).toExponential(3) }} (s)
Base Partition
({{ Math.round(100 * selected_profile_statistics.computation_cpu_seconds_base_partition / selected_profile_statistics.computation_cpu_seconds) }}%):
{{ Number.parseFloat(selected_profile_statistics.computation_cpu_seconds_base_partition).toExponential(3) }} (s)
Fusion
({{ Math.round(100 * selected_profile_statistics.computation_cpu_seconds_fusion / selected_profile_statistics.computation_cpu_seconds) }}%):
{{ Number.parseFloat(selected_profile_statistics.computation_cpu_seconds_fusion).toExponential(3) }} (s)
Per Defect:
{{ Number.parseFloat(selected_profile_statistics.cpu_time_per_defect).toExponential(3) }} (s)
Per Measurement Round:
{{ Number.parseFloat(selected_profile_statistics.cpu_time_per_measurement_round).toExponential(3) }} (s)
Noisy Measurements: {{ benchmark_config.noisy_measurements }}