Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimedExecutionResult<R>

Represent the result of the function which execution time was measured.

Type parameters

  • R

    Function return type.

Hierarchy

  • TimedExecutionResult

Properties

Properties

result

result: R

Function result.

time

time: HRTime

Function execution high resolution time.