Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blender/cycles
/ debug_active_kernels
Method
debug_active_kernels
src/device/queue.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
string DeviceQueue::debug_active_kernels()
97
{
98
return device_kernel_mask_as_string(last_kernels_enqueued_);
99
}
100
101
CCL_NAMESPACE_END
Callers
nothing calls this directly
Calls
1
device_kernel_mask_as_string
Function · 0.85
Tested by
no test coverage detected