triton.testing.perf_report¶ triton.testing.perf_report(benchmarks)¶ Mark a function for benchmarking. The benchmark can then be executed by using the .run method on the return value. 参数: benchmarks (List of Benchmark) -- Benchmarking configurations.