#include <ProfilerBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
| virtual void | OnCaptureFinished (bool result, const AZStd::string &info)=0 |
ProfilerNotifications provides a profiler event interface that can be used to update listeners on profiler status
|
pure virtual |
Notify when the current profiler capture is finished
| result | Set to true if it's finished successfully |
| info | The output file path or error information which depends on the return. |