Can someone please tell me which SQL Server wait types constitute "Memory/CPU" in DPA? It's always the largest portion of my waits and I'm not sure specifically what they are since other CPU waits like SOS_SCHEDULER_YIELD are broken out separately.
I have my own job that collects data from sys,dm_os_wait_stats every 30 minutes. The deltas in waits that I see from my own collected data don't match what DPA is showing and I suspect "Memory/CPU" may include waits that are generally considered ignorable (for example sleep_task, waitfor, cxpacket, etc.) which I exclude in my own collection.