#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.