Displaying 1 result from an estimated 1 matches for "summarizetimes".
2011 Apr 19
0
doSMP package works better than perfect, at least sometimes.
...dd4 <- rbind(dd4, elem)
}
})
times <- rbind(times,
as.data.frame(cbind(t(tt),g=g,n=n,method='unvectorized')))
write.table(times, file='c:/r/dosmpTest.csv', append=TRUE,
row.names=FALSE, sep=',')
} # end of repetition loop
}
summarizeTimes <- function(fname)
# Summarize timing results and display them.
{
# read in results, format columns and make methods more 'variable-name
friendly'.
times <- read.csv(fname, stringsAsFactors=FALSE)
times <- subset(times, user.self != 'user.self',
select=-c(user.child...