get.computing.time: Derive computing time

View source: R/get.computing.time.R

get.computing.timeR Documentation

Derive computing time

Description

Function to derive computing time required to generate input population list

Usage

get.computing.time(
  population,
  verbose = TRUE,
  extend = FALSE,
  per.call = FALSE
)

Arguments

population

Population list

verbose

Set to FALSE to not display any prints

extend

Set to TRUE to return computing times with detailled overview on generation and BVE (default: FALSE)

per.call

Set to TRUE to return computing times per call of breeding.diploid / creating.diploid() (default: FALSE)

Value

Computing times overview

Examples

data(ex_pop)
get.computing.time(ex_pop)

MoBPS documentation built on Nov. 5, 2025, 6:26 p.m.