Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts a user-defined event for a timing capture of CPU activity, to be displayed in the System Timing Capture feature of PIX. Calls to PIXBeginEvent must have a corresponding call to PIXEndEvent. Both calls must be made from the same thread.
Overload list
| Name | Description |
|---|---|
| PIXBeginEvent (UINT64, PCSTR, ...) | Starts a user-defined event for a timing capture of CPU activity, to be displayed in the System Timing Capture feature of PIX. |
| PIXBeginEvent (UINT64, PCWSTR, ...) | Starts a user-defined event for a timing capture of CPU activity, to be displayed in the System Timing Capture feature of PIX. |
| PIXBeginEvent (void*, UINT64, PCSTR, ...) | Starts a user-defined event for a timing capture of CPU activity, to be displayed in the System Timing Capture feature of PIX. |
| PIXBeginEvent (void*, UINT64, PCWSTR, ...) | Starts a user-defined event for a timing capture of CPU activity, to be displayed in the System Timing Capture feature of PIX. |
| PIXBeginRetailEvent (void*, UINT64, PCSTR, ...) | Starts a user-defined retail event. |
| PIXBeginRetailEvent (void*, UINT64, PCWSTR, ...) | Starts a user-defined retail event. |