Microsoft DirectX 8.1 (C++) |
Registers performance measurement identifiers.
Syntax
virtual void RegisterPerfId(void);
Return Value
No return value.
Remarks
By default, this member function registers the following performance identifiers.
Performance identifier | Registered string |
m_idSkip | Video transform skip frame |
m_idFrameType | Video transform frame type |
m_idLate | Video transform lateness |
m_idTimeTillKey | Video transform estimated time to next key |
Override this member function if you want to register performance measurement identifiers in the derived class. If you do this, be sure to register these as well.
See Also