From b91088cb5c59387919137e220612536ab5ba236b Mon Sep 17 00:00:00 2001 From: DylanKierans Date: Mon, 2 Sep 2024 15:32:29 +0200 Subject: [PATCH] Minor comment changes --- R/RcppExports.R | 2 +- man/init_otf2_logger.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/RcppExports.R b/R/RcppExports.R index a9f1724..ef4c83e 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -5,7 +5,7 @@ #' @param max_nprocs Maximum number of R processes (ie evtWriters required) #' @param archivePath Path to otf2 archive #' @param archiveName Name of otf2 archive -#' @param overwrite_archivePath If true then use archivePath as prefix for directory to avoid overwriting, the suffix is generated using mkdtemp +#' @param overwrite_archivePath If true then use archivePath as prefix for directory to avoid overwriting, the suffix is generated using current time in seconds #' @param collect_metrics Collect HWPC metrics via pmpmeas #' @param flag_print_pids True to print pids of parent and child procs #' @return <0 if error, 0 if R master, else >0 if child diff --git a/man/init_otf2_logger.Rd b/man/init_otf2_logger.Rd index d7bde0e..420fac2 100644 --- a/man/init_otf2_logger.Rd +++ b/man/init_otf2_logger.Rd @@ -20,7 +20,7 @@ init_otf2_logger( \item{archiveName}{Name of otf2 archive} -\item{overwrite_archivePath}{If true then use archivePath as prefix for directory to avoid overwriting, the suffix is generated using mkdtemp} +\item{overwrite_archivePath}{If true then use archivePath as prefix for directory to avoid overwriting, the suffix is generated using current time in seconds} \item{collect_metrics}{Collect HWPC metrics via pmpmeas}