mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-11 22:08:42 +00:00
Add user_data: rawptr to time.Benchmark_Options
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user