Public Member Functions | |
ThreadProfileEvent (const std::string &name, const uint32_t &color=0xff000) | |
ThreadProfileEvent (const ThreadProfileEvent &)=delete | |
ThreadProfileEvent & | operator= (const ThreadProfileEvent &)=delete |
! ThreadProfileEvent creates and manages a profile event that is only available to the thread where it is created. Creating ThreadProfileEvents with the same event name on different threads will result in different profile events. It also manages the duration of the event automatically.
©2021 The Foundry Visionmongers, Ltd. All Rights Reserved. |