I'm integrating profiling control into my application for CPU profiling. I noticed in AMDProfileController.h that there is amdBeginMarker and amdEndMarker. I tried using them, but am not able to find any visualization of these markers in AMDuProf GUI. I also find no mention of them in the user guide. Resume and pause seem to function, but I'd love for these markers to also be visualized to help me focus my optimization effort on the game I'm developing.
Thanks,
Aaron