Explorar o código

tools: add missing SubmittingTask event to starpu_paje_state_stats.R

Samuel Pitoiset %!s(int64=9) %!d(string=hai) anos
pai
achega
30cc7691b7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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")