Packages

A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence

Current section

Files

Jump to
cquill src bench_ffi.erl
Raw

src/bench_ffi.erl

-module(bench_ffi).
-export([monotonic_time_us/0]).
%% Get monotonic time in microseconds for benchmarking
monotonic_time_us() ->
erlang:monotonic_time(microsecond).