PIXScopedEvent
These functions create a user-defined event for a timing capture of CPU activity, to be displayed in the Timing Capture feature of Performance Investigator for Xbox (PIX). Events defined by calling PIXScopedEvent
begin when the API is called and end when the enclosing scope exits.
Overload list
Name | Description |
---|---|
PIXScopedEvent(UINT64, PCSTR, ...) | Creates a user-defined event for a timing capture of CPU activity, to be displayed in the Timing Capture feature of Performance Investigator for Xbox (PIX). |
PIXScopedEvent(UINT64, PCWSTR, ...) | Creates a user-defined event for a timing capture of CPU activity, to be displayed in the Timing Capture feature of Performance Investigator for Xbox (PIX). |
PIXScopedEvent(void*, UINT64, PCSTR, ...) | Creates a user-defined event for a context-specific timing capture of CPU activity or, for Xbox only, GPU activity, to be displayed in the Timing Capture feature of Performance Investigator for Xbox (PIX). |
PIXScopedEvent(void*, UINT64, PCWSTR, ...) | Creates a user-defined event for a context-specific timing capture of CPU activity or, for Xbox only, GPU activity, to be displayed in the Timing Capture feature of Performance Investigator for Xbox (PIX). |