Index of values

(%%) [Unmark.Benchmarks]

f %% t extends t by applying f within the resource bracket.

(++) [Unmark.Measurement.Probe]

p1 ++ p2 the probe that measures both the counters in p1 and p2.

(++) [Unmark.Attr]

t1 ++ t2 is the right-biased union of t1 and t2.

A
add_json [Unmark.Benchmarks.Run]

add_json buf run writes a JSON text representing run to buf.

B
bench [Unmark]

bench ?attr name f is a named benchmark measuring f.

C
core_counters [Unmark.Measurement]

Wired-in counters that are always collected.

counters [Unmark.Measurement.Probe]

counters p are the counters that p measures.

ctr [Unmark.Measurement.Probe]

ctr ?unit ?desc name is a description of counter named name.

D
desc [Unmark.Measurement.Probe]
E
empty [Unmark.Attr]

Empty set of attributes.

eval [Unmark.Benchmarks]

eval t runs t.

F
filter [Unmark.Benchmarks.Run]

filter ?q run is run with only the benchmarks that match q.

fold [Unmark.Benchmarks]

Benchmark eliminator.

G
gc_counters [Unmark.Measurement.Probe]

A probe for the GC subsystem, using Gc.counters.

gc_q_stat [Unmark.Measurement.Probe]

A probe for the GC subsystem, using Gc.quick_stat.

group [Unmark]

group name benchmarks is a named group of benchmarks.

group_f [Unmark]

group_f ~init ~fini name f is a group of benchmarks that depend on a temporarily acquired resource.

I
is_empty [Unmark.Attr]

is_empty t is true iff t is empty.

K
key [Unmark.Attr]

key pp ~name v is a set of attributes that contains only the mapping name -> v.

L
log [Unmark]

Log source for this module.

M
main [Unmark_cli]

Benchmark entry point.

main_ext [Unmark_cli]

Entry point with a hook for command-line arguments.

matches [Unmark.Benchmarks]

matches ?group ~g name checks if name matches the query q in the sense above.

measure [Unmark.Measurement]

measure ~probe ~min_t ~min_s r performs a series of measurements of r.

N
name [Unmark.Measurement.Probe]
nothing [Unmark.Measurement.Probe]

nothing is the probe that measures nothing.

O
of_events [Unmark_papi]

of_events evts is a probe that uses PAPI to count events evts.

of_json [Unmark.Benchmarks.Run]

of_json string is Ok (run, rest) when run is encoded as JSON text in some prefix of string, where rest is the remainder of string; or, Error e otherwise.

ols [Unmark.Estimate]

Ordinary Least Squares is the usual linear regression that minimizes average squared residuals (and maximizes ).

P
pp [Unmark.Measurement.Probe]

pp ppf p pretty-prints p on ppf.

pp [Unmark.Attr]

pp ppf t pretty-prints t on ppf.

pp_ctr [Unmark.Measurement.Probe]

pp_ctr ppf c pretty-prints c on ppf.

pp_e [Unmark.Estimate]

Pretty-prints e.

probe [Unmark_cli]

Default measurement probe.

probe [Unmark.Measurement.Probe]

probe ~counters f is a probe p that collects counters counters using the function f.

R
rdtsc [Unmark.Measurement.Probe]

Reads the timestamp counter, using x86 RDTSC instruction.

run [Unmark.Benchmarks]

run ?probe ?min_t ?min_s ?q ?note ~suite benchmarks runs the benchmark suite benchmarks named suite.

runnable [Unmark.Measurement]
S
sample [Unmark.Measurement]

sample ~probe ~iters r performs a single measurement of r and returns a sample s.

T
tse [Unmark.Estimate]

Theil–Sen Estimator is an order-based linear regression.

U
unit [Unmark.Measurement.Probe]
V
validity [Unmark.Estimate]

Gives an interpretation of e's validity.

W
warmup [Unmark.Measurement]

warmup ~seconds busy-loops the CPU to force it into full-power mode.