get.computing.time: 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
)
Value
Computing times overview
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) 
Examples
Run this codedata(ex_pop)
get.computing.time(ex_pop)
Run the code above in your browser using DataLab