R/data.r

#' Small example datasets
#' 
#' Sample profiler outputs for testing and package demonstration.
#' 
#' Several sample profiler outputs are provided with the package, and utilized
#' in the package demos to show off the functionality of the parsing and
#' plotting methods provided by the package.  These small datasets are located
#' in the \code{pbdPROF/extdata/} folder of the installed package (and
#' \code{pbdPROF/inst/extdata/} in the package source).
#' 
#' The example datasets are profiled in 2 processors.
#' 
#' @name Example datasets
#' @aliases allreduce.fpmpi masterslavePI.fpmpi svd.fpmpi allreduce.mpip
#' masterslavePI.mpip svd.mpip fpmpi_example mpip_example
#' @docType data
#' @format Each dataset contains information profiled by \pkg{fpmpi} for
#' \code{pbdMPI/demo/allreduce.fpmpi.r}, \code{pbdDMAT/demo/svd.fpmpi.r}, and
#' \code{Rmpi/demo/masterslavePI.fpmpi.r}.
#' 
#' Each dataset contains information profiled by \pkg{mpiP} for
#' \code{pbdMPI/demo/allreduce.mpip.r}, \code{pbdDMAT/demo/svd.mpip.r}, and
#' \code{Rmpi/demo/masterslavePI.mpip.r}.
#' @keywords data
NULL

Try the pbdPROF package in your browser

Any scripts or data that you put into this service are public.

pbdPROF documentation built on Nov. 16, 2019, 9:07 a.m.