Skip to content

Commit 8142827

Browse files
committed
update README
1 parent 0f3c426 commit 8142827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layers/10_cmdbufemu/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following environment variables can modify the behavior of the command buffe
3333
| Environment Variable | Behavior | Example Format |
3434
|----------------------|----------|-----------------|
3535
| `CMDBUFEMU_EnhancedErrorChecking` | Enables additional error checking when commands are added to a command buffer using a command buffer "test queue". By default, the additional error checking is disabled. | `export CMDBUFEMU_EnhancedErrorChecking=1`<br/><br/>`set CMDBUFEMU_EnhancedErrorChecking=1` |
36+
| `CMDBUFEMU_KernelForProfiling` | Enables use of an empty kernel for event profiling instead of event profiling on a command-queue barrier. By default, to minimize overhead, the empty kernel is not used. | `export CMDBUFEMU_KernelForProfiling=1`<br/><br/>`set CMDBUFEMU_KernelForProfiling=1` |
3637

3738
## Known Limitations
3839

0 commit comments

Comments
 (0)