{{ axis_label }} vertex range {{ display_info_vec[0][1].owning_range[0] }} {{ info.owning_range[1] }} job {{ display_index_to_unit_index[display_index] }} {{ Number.parseFloat(selected_profile.round_time).toExponential(3) }} (s) finish at {{ Number.parseFloat(event_time.end).toExponential(3) }} (s) , duration: {{ Number.parseFloat(event_time.end - event_time.start).toExponential(3) }} (s) , computation: {{ Number.parseFloat(event_time.end - event_time.start).toExponential(3) }} (s) {{ axis_label }} thread index {{ thread_index - 1 }} {{ Number.parseFloat(selected_profile.round_time).toExponential(3) }} (s) {{ info.unit_index }}

Partition Profile

{{ error_message }} {{ warning_message }}
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 }}