Add user_data: rawptr to time.Benchmark_Options

This commit is contained in:
gingerBill
2026-02-10 20:20:02 +00:00
parent 855bc31350
commit 3eaa11044c

View File

@@ -194,6 +194,8 @@ Benchmark_Options :: struct {
// `benchmark()` procedure will output the average number of megabytes
// processed per second, using the `processed` field of this struct.
megabytes_per_second: f64,
// For user specified data in the callbacks
user_data: rawptr,
}
/*