rust-opencl
rust-opencl copied to clipboard
Add an option for to enable profiling information
Right now, Context::create_command_queue
always enables profiling information. We should make this configurable, either as an optional parameter, a separate function, or maybe through some kind of options type.