Skip to content

Commit d248e33

Browse files
author
OutlyingWest
committed
code history hint
1 parent e17c267 commit d248e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jumper/perfdatahandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def compute_mean_across_nodes(key1, key2, metrics_across_nodes):
2525
class PerformanceDataHandler:
2626

2727
def __init__(self):
28-
self.code_history = []
28+
self.code_history = [] # [timestamp, code]
2929
self.performance_data_history = []
3030
self.time_indices = []
3131
self.nodelist = None

0 commit comments

Comments
 (0)