legate.util.benchmark.BenchmarkLog.enter_context#

BenchmarkLog.enter_context(cm)#

Enters the supplied context manager.

If successful, also pushes its __exit__ method as a callback and returns the result of the __enter__ method.