src/graphing/heatmap.py (3 lines): - line 11: # TODO: Most of this code is borrowed. Read and update documentation - line 33: time_labels = [num * multipler + min_time_ms for num in range(1, width + 1)] # TODO : UPDATE TO BE FASTER - line 376: time_labels = [num * multipler for num in range(1, width + 1)] # TODO : UPDATE TO BE FASTER