Sfoglia il codice sorgente

fix typo, thanks Florent

Samuel Thibault 9 anni fa
parent
commit
56f7a63766
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/starpu_trace_state_stats.py

+ 1 - 1
tools/starpu_trace_state_stats.py

@@ -379,7 +379,7 @@ def main():
     # efficiencies.csv.
     # efficiencies.csv.
     if dump_efficiency == True or not tt_1 == 0.0:
     if dump_efficiency == True or not tt_1 == 0.0:
         if dump_time == False:
         if dump_time == False:
-            ti_p, tr_p, tt_p = ts_p = calc_times(stats)
+            ti_p, tr_p, tt_p, ts_p = calc_times(stats)
         if tt_1 == 0.0:
         if tt_1 == 0.0:
             sys.stderr.write("WARNING: Task efficiency will be 1.0 because -s is not set!\n")
             sys.stderr.write("WARNING: Task efficiency will be 1.0 because -s is not set!\n")
             tt_1 = tt_p
             tt_1 = tt_p