frozen_string_literal: false
Overview
The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task.
Namespace
- MODULE Benchmark
- MODULE Process
- CLASS Benchmark::Tms
frozen_string_literal: false
The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task.