search for: warmup_cooldown_minut

Displaying 1 result from an estimated 1 matches for "warmup_cooldown_minut".

2011 Nov 12
2
dev.new() within a loop
...t;] <- "Time" names(df)[names(df)=="V2"] <- "Partitioning" names(df)[names(df)=="V3"] <- "Workload" names(df)[names(df)=="V4"] <- "Runtime" # get rid of first and last n minutes df <- subset(df, df$Time > warmup_cooldown_minutes) df <- subset(df, df$Time < (max(df$Time) - warmup_cooldown_minutes)) # ========================================================================================= # Throughput # ========================================================================================= if (decouple) {...