speedsummary: Print summary of speed in buffers per hour, given start and...

View source: R/speedsummary.R

speedsummaryR Documentation

Print summary of speed in buffers per hour, given start and end times of batch

Description

Print summary of speed in buffers per hour, given start and end times of batch

Usage

speedsummary(start, end, n)

Arguments

start

time when finished from Sys.time()

end

time when finished from Sys.time()

n

how many buffers were done?

Value

Prints to console and returns rate of buffers per hour

Examples

## Not run: 
 pts <- proxistat::testpoints_block2010(10)
 benchmark.start <- Sys.time()
 outlist <- batch.summarizer::ejscreenapi(pts$lon, lat=pts$lat, radius = 5)
 benchmark.end <- Sys.time()
 proxistat::speedsummary(benchmark.start, benchmark.end, NROW(pts))

## End(Not run)


ejanalysis/proxistat documentation built on April 2, 2024, 10:13 a.m.