Utilities#

Miscellaneous utilities.

Routines#

benchmark.benchmark_log(name, columns, *[, ...])

Create a context manager for logging tables of data generated for benchmarking legate code.

has_started.runtime_has_started()

Whether the Legate runtime has been started.

info.info(*[, start_runtime])

Construct a dictionary of information about the current legate program that can be used for debugging or for reproducibility.

Classes#

benchmark.BenchmarkLog(name, uid, columns, ...)

Base class to manage logging of benchmarking data.

benchmark.BenchmarkLogFromFilename(...)

Wrap a BenchmarkLog in a context that also opens a file.