arlc_measure_time {arlclustering}R Documentation

Measure Execution Time of a Function

Description

This function measures the execution time of a given function.

Usage

arlc_measure_time(func, ...)

Arguments

func

The function to measure.

...

Additional arguments to pass to the function.

Value

The result of the function execution.

Examples

arlc_measure_time(Sys.sleep, 1)

[Package arlclustering version 1.0.5 Index]