瀏覽代碼

tools: add missing SubmittingTask event to starpu_paje_state_stats.R

Samuel Pitoiset 9 年之前
父節點
當前提交
30cc7691b7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/starpu_paje_state_stats.R

+ 1 - 0
tools/starpu_paje_state_stats.R

@@ -47,6 +47,7 @@ read_df <- function(file,range1,range2) {
   df$Value <- ifelse(df$Value == "R", "Reclaiming", as.character(df$Value))
   df$Value <- ifelse(df$Value == "Co", "DriverCopy", as.character(df$Value))
   df$Value <- ifelse(df$Value == "CoA", "DriverCopyAsync", as.character(df$Value))
+  df$Value <- ifelse(df$Value == "Su", "SubmittingTask", as.character(df$Value))
 
 # Considering only the states with a given name
   if (name != "All")